diff options
author | Gerd Knorr <devnull@localhost> | 2004-09-15 15:35:40 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-09-15 15:35:40 +0000 |
commit | 8dfcff119a832fc7292034d4f244129aedc42296 (patch) | |
tree | 7069a4198763480fe146da4b7236dc934458dab2 /v4l/scripts | |
parent | 16c72bebd2824b32cc1629b04f66454e8b810856 (diff) | |
download | mediapointer-dvb-s2-8dfcff119a832fc7292034d4f244129aedc42296.tar.gz mediapointer-dvb-s2-8dfcff119a832fc7292034d4f244129aedc42296.tar.bz2 |
- bttv: fix planar capture oops.
- cx88: make dvb driver quiet.
- cx88: some i2c init/exit fixes.
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index 97f1d5e03..78aefb860 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -67,7 +67,7 @@ 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 cx88xx core_debug=0 audio_debug=0 +xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=1 xinsmod cx8800 video_debug=0 xinsmod cx8801 xinsmod cx8802 |