diff options
author | Gerd Knorr <devnull@localhost> | 2004-10-06 17:30:51 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-10-06 17:30:51 +0000 |
commit | 5ed9c18ec57458d731d60be5304ccd25d6264da9 (patch) | |
tree | 99a1f323285a52795ce69567edcfda9fa3c7b26a /v4l/scripts | |
parent | a1ae31f75dbc6e51f7ae1a986d81e18f8425194d (diff) | |
download | mediapointer-dvb-s2-5ed9c18ec57458d731d60be5304ccd25d6264da9.tar.gz mediapointer-dvb-s2-5ed9c18ec57458d731d60be5304ccd25d6264da9.tar.bz2 |
- bttv: irq fixes.
- add i2c scans.
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/update | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index 2b7e5cc99..a79a46fe2 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -54,22 +54,22 @@ xrmmod tda9887 # common v4l2basic -xinsmod video-buf debug=2 +xinsmod video-buf debug=0 xinsmod btcx-risc debug=0 xinsmod ir-common debug=0 repeat=0 -xinsmod tuner debug=1 -xinsmod tda9887 debug=1 +xinsmod tuner debug=0 +xinsmod tda9887 debug=0 xinsmod msp3400 debug=0 # bttv xinsmod bttv bttv_debug=0 vbi_debug=0 irq_debug=0 \ - fdsr=0 chroma_agc=1 vbibufs=4 irq_iswitch=0 $btopt + fdsr=0 chroma_agc=1 vbibufs=4 irq_iswitch=0 i2c_scan=1 $btopt test -f ir-kbd-i2c.ko && xinsmod ir-kbd-i2c debug=0 test -f ir-kbd-gpio.ko && xinsmod ir-kbd-gpio debug=0 # cx88 xinsmod cx22702 debug=0 -xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=0 +xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=0 i2c_scan=1 xinsmod cx8800 video_debug=0 xinsmod cx8801 xinsmod cx8802 @@ -77,4 +77,4 @@ xinsmod cx88-blackbird xinsmod cx88-dvb # saa7134 -xinsmod saa7134 audio_debug=1 $saopt +xinsmod saa7134 audio_debug=1 i2c_scan=1 $saopt |