summaryrefslogtreecommitdiff
path: root/v4l/compat.h
AgeCommit message (Collapse)Author
2005-11-20Enable cx24123 dvb frontend moduleMichael Krufky
- Enable cx24123 dvb frontend module in merged v4l/dvb cvs trees and kernel >= 2.6.16 Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-1264-bit fixes esp. for broken compat_ioctl32.Hans Verkuil
From: Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-11-09Fix backward kernel compatibity (nothing for upstream)Nickolay V. Shmyrev
From: Tyler Trafford <tatrafford@comcast.net> Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-11-08 * ../linux/drivers/media/video/saa7134/saa7134-alsa.c:Nickolay V. Shmyrev
* ../v4l/compat.h: Fix compilation with older kernels. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-11-06 - #elsif removed, since it breaks gentree stuff.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-27 * ../linux/drivers/media/video/tuner-simple.c:Michael Krufky
(default_set_tv_freq): - ISO C90 forbids mixed declarations and code * ../v4l/compat.h: - Do not build support for nxt200x unless at least one of the following is true: a) KERNEL_VERSION >= 2.6.15 b) v4l / dvb merge-trees build environment. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-20 * ../v4l/compat.h:Nickolay V. Shmyrev
- Fix kcalloc error with kernel < 2.6.9. Signed-off-by: Nickolay V. Shmyrev <<nshmyrev@yandex.ru>>
2005-10-20 * ../v4l/compat.h:Nickolay V. Shmyrev
Fix build of em driver with 2.6.8 kernel. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-10-14Several Improvement on I2C IR handling for em2820:Mauro Carvalho Chehab
- moved Pinnacle IR table (ir_codes_em2820) to em2820-input.c - IR struct renamed and moved to a header file. - New file to handle em2820-specific IR. - Some cleanups. - attach now detects I2C IR and calls em2820-specific IR code - IR compat code moved to compat.h - New header with struct IR_i2c there, to allow it to be used by board-specific input handlers. Some improvements at em28xx board detection: - Board detection message improved to show interface and class. - Now it doesn't touch audio interfaces. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-11 * v4l/compat.h:Nickolay V. Shmyrev
- Fix compilation with 2.6.8. Signed-off-by: Nickolay V. Shmyrev <<nshmyrev@yandex.ru>>
2005-10-11added support for the terratec cinergy 250 usb tv remoteMarkus Rechberger
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-09From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
- Lots of small changes to allow compiling with kernel 2.4. Compilation result not tested yet. - After this patch, .version should be removed, since its syntax has changed. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-06From Markus Rechberger <mrechberger@gmail.com>,Ludovico Cavedon ↵Mauro Carvalho Chehab
<cavedon@sssup.it>,Mauro Carvalho Chehab <mchehab@brturbo.com.br> - Added support for Empia EM2820/2840 USB video capture devices. Current support is working for: Terratec Cinergy 250 USB Pinnacle PCTV USB 2 Hauppauge WinTV USB 2 Support is not working for: Terratec Cinergy 250 USB (em2800 based) MSI VOX USB 2.0 (saa7114 decoder based) Signed-off-by: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Ludovico Cavedon <cavedon@sssup.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-24 * compat.h:Michael Krufky
- Allow tda1004x & lgdt330x support in tree-merge for all kernels. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-09-21 * compat.h:Michael Krufky
* cx88-dvb.c: * saa7134-dvb.c: * scripts/merge-trees.sh: * scripts/unmerge-trees.sh: - move some #if kernel version into compat.h Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-09-19 * saa6588.c: (saa6588_probe):Michael Krufky
- fix build for 2.6.14 * compat.h: * ir-kbd-i2c.c: (ir_probe): * saa7134-i2c.c: * tvaudio.c: (chip_probe): - removed some #if kernel version > 2.6.13 ... using compat.h instead. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-09-08 * i2c-kbd-gpio.c:Nickolay V. Shmyrev
- Use KEY_MEDIA instead of KEY_VIDEOMODESWITCH since it fix build with older kernels. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: James Schettine <james@NOSPAM.MyVnc.com>
2005-09-08Fixed build with older kernelsNickolay V. Shmyrev
2005-08-12 * compat.h:Nickolay V. Shmyrev
- Fix build with kernel earlier than 2.6.9. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-07-15DVB Stuff removed. Makefile now doesn't need it also.Mauro Carvalho Chehab
compat.h changed to reflect latest API change. Included a script to make ChangeLog Generation easier. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-13 - Linux/version.h removed. Replaced by linux/utsname.hMauro Carvalho Chehab
where KERNEL_VERSION is required. - incremented versions for CX88, BTTV and SAA7134. * compat.h: - Included linux/version.h. This change is required to be compatible with a patch applied at Kernel by Olaf Hering <olh@suse.de> this patch does reduce kernel dependency of its version number. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-13 * saa7134-cards.c, saa7134-dvb.c, saa7134.h:Nickolay V. Shmyrev
- Add new Typhoon DVB-T Cardbus. Thanks to Juergen Orschiedt <jorschiedt@web.de> cx88-core.c: - Fix compilation with gcc4.0
2005-06-12 * audiochip.h, compat.h, cx22702.h, cx88-core.c, cx88-dvb.c,Mauro Carvalho Chehab
cx88-i2c.c, cx88-vbi.c, cx88-video.c, dpl3518.c, dpl3518.h, i2c-compat.h, id.h, msp3400.h, or51132.c, or51132.h, plx9054.h, rds-saa6588.c, saa7134-dvb.c, tda7432.c, tda9875.c, tvaudio.c, tveeprom.h, tvmixer.c, v4l1-compat.c, video-buf-dvb.h: - Minor changes to synchronize with -mm series; - PAL-60 code maintained for SAA7134. However, -mm has different values; - Now, every .c or .h file has cvs field ID.
2005-05-22Large changes. Mostly merged patches from mm kernel branch and 2.6.12-rc4.Nickolay V. Shmyrev
Update entries for Lifiview Platinum FM and Avermedia cards
2005-02-16- make saa7134 build again on older kernels.Gerd Knorr
2005-02-15- merge some patches from mainline.Gerd Knorr
- tuner kernel message fixups. - misc.
2005-02-15- some powermanagement stuff.Gerd Knorr
- misc fixes. - fixup patch generation control files.
2005-01-31- add some defines to compat.h to build again on older kernels.Gerd Knorr
- misc fixes.
2004-11-23- merge iomem annotations from Al Viro.Gerd Knorr
2004-10-05- misc build fixes.Gerd Knorr
- start switching over msp34xx to v4l2.
2004-09-10- cx88: i2c fixups.Gerd Knorr
2004-08-26- add __user + __kernel #defines for older kernels.Gerd Knorr
2004-07-30- cx88: more reorganization + code shuffeling.Gerd Knorr