diff options
author | Gerd Knorr <devnull@localhost> | 2004-05-13 17:04:39 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-05-13 17:04:39 +0000 |
commit | 4571ff8b2c77e11cc565b530becff57d0113b226 (patch) | |
tree | ed61cbb4005a5519a9bb7156cead6db8c9fac9e2 /v4l/scripts | |
parent | 83bd600e397e59c6af4644c507961d91827c9863 (diff) | |
download | mediapointer-dvb-s2-4571ff8b2c77e11cc565b530becff57d0113b226.tar.gz mediapointer-dvb-s2-4571ff8b2c77e11cc565b530becff57d0113b226.tar.bz2 |
- v4l2 support in tuner + tda9887
- switch over cx88 + saa7134 to use v4l2 for tuning.
- misc tweaks.
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/update | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index adfe9f79a..d502262cb 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -16,6 +16,8 @@ esac # unload # bttv +xrmmod dst +xrmmod bt878 xrmmod ir-kbd-gpio xrmmod ir-kbd-i2c xrmmod bttv @@ -50,7 +52,7 @@ v4l2basic xinsmod video-buf debug=2 xinsmod btcx-risc debug=0 xinsmod ir-common debug=0 repeat=0 -xinsmod tuner debug=0 +xinsmod tuner debug=1 xinsmod tda9887 debug=1 xinsmod msp3400 debug=0 @@ -62,7 +64,7 @@ test -f ir-kbd-gpio.ko && xinsmod ir-kbd-gpio debug=0 # cx88 xinsmod cx88xx core_debug=0 -xinsmod cx8800 video_debug=0 audio_debug=1 +xinsmod cx8800 video_debug=0 audio_debug=0 # saa7134 xinsmod saa7134 audio_debug=1 $saopt |