diff options
Diffstat (limited to 'v4l/scripts/update')
-rw-r--r-- | v4l/scripts/update | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index 78aefb860..2b7e5cc99 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -29,6 +29,7 @@ xrmmod cx8802 xrmmod cx8801 xrmmod cx8800 xrmmod cx88xx +xrmmod cx22702 # saa7134 xrmmod saa7134 @@ -67,7 +68,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 cx88xx core_debug=0 audio_debug=0 i2c_debug=1 +xinsmod cx22702 debug=0 +xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=0 xinsmod cx8800 video_debug=0 xinsmod cx8801 xinsmod cx8802 |