summaryrefslogtreecommitdiff
path: root/v4l/scripts/update
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-10-07 11:29:25 +0000
committerGerd Knorr <devnull@localhost>2004-10-07 11:29:25 +0000
commitf28d706bf875e195561dfbcf6d4e50947a0033c2 (patch)
tree32e4ada5eb7dca6aba06ab043fb117fea605d323 /v4l/scripts/update
parent5ed9c18ec57458d731d60be5304ccd25d6264da9 (diff)
downloadmediapointer-dvb-s2-f28d706bf875e195561dfbcf6d4e50947a0033c2.tar.gz
mediapointer-dvb-s2-f28d706bf875e195561dfbcf6d4e50947a0033c2.tar.bz2
- created a copy of the current msp3400 module (with 2.4 support).
- msp3400: 2.6-ified it (use kthread, throw away several ifdefs). - msp3400: use a kernel thread for msp34xxg as well, so the std detection runs asyncronly.
Diffstat (limited to 'v4l/scripts/update')
-rw-r--r--v4l/scripts/update4
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update
index a79a46fe2..1da62378a 100644
--- a/v4l/scripts/update
+++ b/v4l/scripts/update
@@ -4,7 +4,7 @@ set -e
case "`hostname --short`" in
eskarina)
-# btopt="card=10"
+ btopt="card=10"
# btopt="card=6 remote=1"
;;
bogomips)
@@ -59,7 +59,7 @@ xinsmod btcx-risc debug=0
xinsmod ir-common debug=0 repeat=0
xinsmod tuner debug=0
xinsmod tda9887 debug=0
-xinsmod msp3400 debug=0
+xinsmod msp3400 debug=1
# bttv
xinsmod bttv bttv_debug=0 vbi_debug=0 irq_debug=0 \