diff options
author | Gerd Knorr <devnull@localhost> | 2004-10-12 07:33:22 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-10-12 07:33:22 +0000 |
commit | 6242986c96a52e683e5d44333fceb360ca83d669 (patch) | |
tree | f923b8b1adc1f10cd5c6a84af5add0c098bf2517 /v4l/scripts | |
parent | 3de5a0bda8a7e0289857223e3b645c0782aee2b7 (diff) | |
download | mediapointer-dvb-s2-6242986c96a52e683e5d44333fceb360ca83d669.tar.gz mediapointer-dvb-s2-6242986c96a52e683e5d44333fceb360ca83d669.tar.bz2 |
- more power management stuff.
- misc fixes.
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 d658c9165..f1504b9dd 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -56,8 +56,8 @@ sync; sleep 1; # common v4l2basic -xrmmod video-buf -xinsmod video-buf debug=2 +#xrmmod video-buf +#xinsmod video-buf debug=2 xinsmod btcx-risc debug=0 xinsmod ir-common debug=0 repeat=0 xinsmod tuner debug=1 @@ -71,9 +71,9 @@ 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=1 audio_debug=1 i2c_debug=1 i2c_scan=1 -xinsmod cx8800 video_debug=1 vbi_debug=1 +xinsmod cx22702 debug=1 +xinsmod cx88xx core_debug=1 audio_debug=0 i2c_debug=1 i2c_scan=1 +xinsmod cx8800 video_debug=0 vbi_debug=0 xinsmod cx8801 xinsmod cx8802 xinsmod cx88-blackbird |