diff options
author | Gerd Knorr <devnull@localhost> | 2004-10-12 17:08:43 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-10-12 17:08:43 +0000 |
commit | c391a6857f19bd7eb8b9a40dc238242c34332f7a (patch) | |
tree | b84fc0af4ce4c4c1a9b23d028293707fa0b49348 /v4l/scripts | |
parent | 6242986c96a52e683e5d44333fceb360ca83d669 (diff) | |
download | mediapointer-dvb-s2-c391a6857f19bd7eb8b9a40dc238242c34332f7a.tar.gz mediapointer-dvb-s2-c391a6857f19bd7eb8b9a40dc238242c34332f7a.tar.bz2 |
- saa7134: card list updates.
- some v4l2 mpeg ioctl tweaks.
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/update | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index f1504b9dd..920cdbd48 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -60,8 +60,8 @@ v4l2basic #xinsmod video-buf debug=2 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 @@ -71,8 +71,8 @@ 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=1 -xinsmod cx88xx core_debug=1 audio_debug=0 i2c_debug=1 i2c_scan=1 +xinsmod cx22702 debug=0 +xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=1 i2c_scan=1 xinsmod cx8800 video_debug=0 vbi_debug=0 xinsmod cx8801 xinsmod cx8802 @@ -80,4 +80,4 @@ xinsmod cx88-blackbird xinsmod cx88-dvb # saa7134 -xinsmod saa7134 audio_debug=1 i2c_scan=1 $saopt +xinsmod saa7134 audio_debug=0 i2c_scan=1 $saopt |