diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Makefile | 2 | ||||
-rw-r--r-- | v4l/compat.h | 4 | ||||
-rw-r--r-- | v4l/versions.txt | 12 |
3 files changed, 11 insertions, 7 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index ef5b583c0..5d77977cc 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -237,7 +237,7 @@ config-compat.h:: .myconfig @perl \ -e 'print "#ifndef __CONFIG_COMPAT_H__\n";' \ -e 'print "#define __CONFIG_COMPAT_H__\n\n";' \ - -e 'print "#include <linux/config.h>\n\n";' \ + -e 'print "#include <linux/autoconf.h>\n\n";' \ -e 'while(<>) {' \ -e ' next unless /^(\S+)\s*:= (\S+)$$/;' \ -e ' print "#undef $$1\n";' \ diff --git a/v4l/compat.h b/v4l/compat.h index b245c95e2..19d648d5e 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -311,8 +311,8 @@ usb_to_input_id(const struct usb_device *dev, struct input_id *id) } #endif -#ifndef PCIAGP_FAIL - #define PCIAGP_FAIL 0 +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19) +# define PCIAGP_FAIL 0 #endif #ifndef true diff --git a/v4l/versions.txt b/v4l/versions.txt index d3fb72d4b..3d1a14a7e 100644 --- a/v4l/versions.txt +++ b/v4l/versions.txt @@ -1,11 +1,11 @@ # Use this for stuff for drivers that don't compile [2.6.99] -# This is broken for a long time -VIDEO_ZR36120 - -# This is also marked as broken +# This driver is marked at kernel as broken VIDEO_PLANB +[2.6.19] +#This driver were developed at kernel 2.6.19, requiring vmalloc_user/remap_vmalloc_range +VIDEO_CAFE_CCIC # DVB_CORE_ATTACH relies on symbol_put_addr which hangs pre-2.6.17 [2.6.17] @@ -15,6 +15,8 @@ DVB_CORE_ATTACH [2.6.16] VIDEO_VINO VIDEO_M32R_AR_M64278 +# Not tested with versions bellow 2.6.16 +VIDEO_OV7670 # Changes in struct i2c_driver, i2c_add_driver() [2.6.16] @@ -115,6 +117,7 @@ DVB_USB_VP702X DVB_USB_NOVA_T_USB2 DVB_USB_DTT200U DVB_USB_GP8PSK +DVB_USB_TTUSB2 DVB_TTUSB_BUDGET DVB_TTUSB_DEC DVB_CINERGYT2 @@ -156,6 +159,7 @@ DVB_LGDT330X DVB_LNBP21 DVB_ISL6421 DVB_TUNER_MT2060 +DVB_TUNER_LGH06XF VIDEO_SAA7146 VIDEO_SAA7146_VV VIDEO_VIDEOBUF |