diff options
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index 97f1d5e03..78aefb860 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -67,7 +67,7 @@ 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 +xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=1 xinsmod cx8800 video_debug=0 xinsmod cx8801 xinsmod cx8802 |