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