summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-09-23 13:58:19 +0000
committerGerd Knorr <devnull@localhost>2004-09-23 13:58:19 +0000
commit2f9202097e4418d085a0d6ef636de1d0b0fb84dd (patch)
tree346e618d5502ac1f9abce855416aad2bb0b20a47 /v4l/scripts
parent953f8692136acd6aa9201f9388697a7005756894 (diff)
downloadmediapointer-dvb-s2-2f9202097e4418d085a0d6ef636de1d0b0fb84dd.tar.gz
mediapointer-dvb-s2-2f9202097e4418d085a0d6ef636de1d0b0fb84dd.tar.bz2
- make video-bufg don't touch struct file any more, pass through
a void ptr instead of a file ptr everythere. - add cx22702 fe driver,
Diffstat (limited to 'v4l/scripts')
-rw-r--r--v4l/scripts/update4
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