diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/compat.h | 4 | ||||
-rw-r--r-- | v4l/scripts/update | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index 26ecf4c38..ea93b70e0 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -15,6 +15,10 @@ # define I2C_CLASS_TV_ANALOG I2C_ADAP_CLASS_TV_ANALOG # define I2C_CLASS_TV_DIGITAL I2C_ADAP_CLASS_TV_DIGITAL #endif +#if !defined(I2C_HW_B_CX2388x) +# define I2C_HW_B_CX2388x I2C_HW_B_BT848 +#endif + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,6) # define __user diff --git a/v4l/scripts/update b/v4l/scripts/update index a754ef2ef..b07007f00 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -74,7 +74,7 @@ xinsmod tveeprom debug=0 xinsmod dvb-pll debug=0 xinsmod btcx-risc debug=0 xinsmod ir-common debug=0 repeat=0 -xinsmod tuner tuner_debug=1 +xinsmod tuner tuner_debug=0 xinsmod tda9887 debug=0 qss=1 xinsmod msp3400 debug=0 |