diff options
Diffstat (limited to 'v4l/scripts/update')
-rw-r--r-- | v4l/scripts/update | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index be4d8127f..97f1d5e03 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -23,6 +23,8 @@ xrmmod ir-kbd-i2c xrmmod bttv # cx88 +xrmmod cx88-dvb +xrmmod cx88-blackbird xrmmod cx8802 xrmmod cx8801 xrmmod cx8800 @@ -65,10 +67,12 @@ 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 -xinsmod cx8800 video_debug=0 audio_debug=0 +xinsmod cx88xx core_debug=0 audio_debug=0 +xinsmod cx8800 video_debug=0 xinsmod cx8801 xinsmod cx8802 +xinsmod cx88-blackbird +xinsmod cx88-dvb # saa7134 xinsmod saa7134 audio_debug=1 $saopt |