diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-30 17:00:13 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-30 17:00:13 +0000 |
commit | 3ab65e59d64a1ab37ad62acd54af78b4f559d990 (patch) | |
tree | 6809d45697c5a78a30af1e378fc7d81c39fc2344 /v4l/scripts | |
parent | cec65069b7466d850408a58576dbff9a0ddbf782 (diff) | |
download | mediapointer-dvb-s2-3ab65e59d64a1ab37ad62acd54af78b4f559d990.tar.gz mediapointer-dvb-s2-3ab65e59d64a1ab37ad62acd54af78b4f559d990.tar.bz2 |
- new cx88-based dvb card by Christopher Pascoe.
- cx88: IR support by Christopher Pascoe and me.
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/update | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index 9689bade1..91244a6c3 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -65,7 +65,7 @@ xinsmod video-buf debug=0 #xinsmod v4l1-compat debug=1 xinsmod btcx-risc debug=0 -xinsmod ir-common debug=0 repeat=0 +xinsmod ir-common debug=1 repeat=0 xinsmod tuner debug=0 xinsmod tda9887 debug=0 xinsmod msp3400 debug=0 @@ -77,7 +77,8 @@ xinsmod bttv bttv_debug=0 vbi_debug=0 irq_debug=0 \ xinsmod ir-kbd-gpio debug=0 # cx88 -xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=1 i2c_scan=1 +xinsmod cx88xx core_debug=0 audio_debug=0 ir_debug=1 \ + i2c_debug=1 i2c_scan=1 xinsmod cx8800 video_debug=0 vbi_debug=0 xinsmod cx8801 xinsmod cx8802 |