diff options
author | Gerd Knorr <devnull@localhost> | 2004-12-10 12:33:39 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-12-10 12:33:39 +0000 |
commit | 0b35334a57bea3250daaab02ee3b1f5e70d46bfb (patch) | |
tree | cfeb0f72b2627e1dca96110f7c99e07faab24876 /v4l/scripts | |
parent | 6208c1bac3644cd9e3dbdee0aa7418b2d9bb02dc (diff) | |
download | mediapointer-dvb-s2-0b35334a57bea3250daaab02ee3b1f5e70d46bfb.tar.gz mediapointer-dvb-s2-0b35334a57bea3250daaab02ee3b1f5e70d46bfb.tar.bz2 |
- add moduleparam.h include to many files.
- some pinnacle 300i progress (can talk to mt352 now, not working yet
through).
- misc minor stuff.
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/update | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index d2a64d716..47f0f23d5 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -63,17 +63,17 @@ sync; sleep 1; # common v4l2basic -xrmmod video-buf -xinsmod video-buf debug=0 +#xrmmod video-buf +#xinsmod video-buf debug=0 #xrmmod v4l1-compat #xinsmod v4l1-compat debug=1 +xinsmod dvb-pll debug=0 xinsmod btcx-risc debug=0 xinsmod ir-common debug=1 repeat=0 xinsmod tuner debug=0 xinsmod tda9887 debug=0 port2=0 xinsmod msp3400 debug=0 -xinsmod dvb-pll debug=0 # bttv xinsmod ir-kbd-i2c debug=0 |