diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-07 13:17:14 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-07 13:17:14 +0000 |
commit | 1a6399de3074ab4dc6bdad694bbd8b47d486d6b2 (patch) | |
tree | 22189018b0aab90670437f90da90bbbe57789b60 /v4l | |
parent | 78f377b0ee18b3889b2a2bfcee75ab9786e80a35 (diff) | |
download | mediapointer-dvb-s2-1a6399de3074ab4dc6bdad694bbd8b47d486d6b2.tar.gz mediapointer-dvb-s2-1a6399de3074ab4dc6bdad694bbd8b47d486d6b2.tar.bz2 |
- yet another video-buf interface change + fixups.
- move more modules to new-style insmod options.
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/scripts/update | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index b5ad0b75b..173dfe1ee 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -59,12 +59,11 @@ sync; sleep 1; # common v4l2basic -#xrmmod video-buf +xrmmod video-buf xinsmod video-buf debug=0 #xrmmod v4l1-compat #xinsmod v4l1-compat debug=1 -xinsmod video-buf-dvb xinsmod btcx-risc debug=0 xinsmod ir-common debug=0 repeat=0 xinsmod tuner debug=0 @@ -72,10 +71,10 @@ xinsmod tda9887 debug=0 xinsmod msp3400 debug=0 # bttv +xinsmod ir-kbd-i2c debug=0 xinsmod bttv bttv_debug=0 vbi_debug=0 irq_debug=0 \ fdsr=0 chroma_agc=1 vbibufs=4 irq_iswitch=0 i2c_scan=1 $btopt -test -f ir-kbd-i2c.ko && xinsmod ir-kbd-i2c debug=0 -test -f ir-kbd-gpio.ko && xinsmod ir-kbd-gpio debug=0 +xinsmod ir-kbd-gpio debug=0 # cx88 xinsmod cx22702 debug=0 @@ -84,9 +83,12 @@ xinsmod cx8800 video_debug=0 vbi_debug=0 xinsmod cx8801 xinsmod cx8802 xinsmod cx88-blackbird -xinsmod cx88-dvb # saa7134 xinsmod saa7134 audio_debug=0 i2c_scan=1 $saopt xinsmod saa7134-empress + +# dvb stuff +xinsmod video-buf-dvb +xinsmod cx88-dvb xinsmod saa7134-dvb |