diff options
author | Gerd Knorr <devnull@localhost> | 2004-07-29 21:35:48 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-07-29 21:35:48 +0000 |
commit | 38ea67b839abf0e8f150106314bc4dff33312e18 (patch) | |
tree | dbb14a85e437ad4c2eeec5876f24953c0494aaa6 /v4l/scripts | |
parent | cd05362dcbcd4554765bd6d811981202533df047 (diff) | |
download | mediapointer-dvb-s2-38ea67b839abf0e8f150106314bc4dff33312e18.tar.gz mediapointer-dvb-s2-38ea67b839abf0e8f150106314bc4dff33312e18.tar.bz2 |
- cx88: big code reorganization.
- cx88: started merging blackbird patches, not working yet.
Diffstat (limited to 'v4l/scripts')
-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 |