diff options
author | Gerd Knorr <devnull@localhost> | 2005-02-15 15:59:34 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-02-15 15:59:34 +0000 |
commit | 7d4651c8e0961354b298165ec03219c02bc7c734 (patch) | |
tree | f5288a3b033c9d07e9963080023e045b567aeb6e /v4l | |
parent | b57159d1bd8754b2845b558cf778e9698bb0fc71 (diff) | |
download | mediapointer-dvb-s2-7d4651c8e0961354b298165ec03219c02bc7c734.tar.gz mediapointer-dvb-s2-7d4651c8e0961354b298165ec03219c02bc7c734.tar.bz2 |
- merge some patches from mainline.
- tuner kernel message fixups.
- misc.
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 |