diff options
author | Gerd Knorr <devnull@localhost> | 2004-03-05 15:39:48 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-03-05 15:39:48 +0000 |
commit | 82b2d6930fd7bb41b71617ca5eba804605af5513 (patch) | |
tree | e12631fc0fc6a4bdcb627871750b5da51c5837e2 /v4l/scripts | |
parent | faee4a0ef457ebde343292fad383df29c77b562b (diff) | |
download | mediapointer-dvb-s2-82b2d6930fd7bb41b71617ca5eba804605af5513.tar.gz mediapointer-dvb-s2-82b2d6930fd7bb41b71617ca5eba804605af5513.tar.bz2 |
- more cards supported in ir-kbd-gpio.c
- add magics to video-buf structs.
- fix saa7134 oss driver spinlocks.
- misc minor stuff.
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/saa7134.pl | 2 | ||||
-rw-r--r-- | v4l/scripts/update | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/v4l/scripts/saa7134.pl b/v4l/scripts/saa7134.pl index 789d1c851..0be247c80 100644 --- a/v4l/scripts/saa7134.pl +++ b/v4l/scripts/saa7134.pl @@ -4,6 +4,8 @@ use strict; my %map = ( "PCI_ANY_ID" => "0", "PCI_VENDOR_ID_PHILIPS" => "1131", + "PCI_VENDOR_ID_ASUSTEK" => "1043", + "PCI_VENDOR_ID_MATROX" => "102B", ); sub fix_id($) { diff --git a/v4l/scripts/update b/v4l/scripts/update index 5c41e552a..c7808f670 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -27,6 +27,10 @@ xrmmod cx88xx # saa7134 xrmmod saa7134 +# saa7146 +xrmmod dvb_ttpci +xrmmod saa7146_vv + # common xrmmod btcx-risc xrmmod ir-common @@ -44,7 +48,7 @@ xrmmod tda9887 # common v4l2basic xinsmod video-buf debug=2 -xinsmod btcx-risc debug=1 +xinsmod btcx-risc debug=0 xinsmod ir-common debug=0 repeat=0 xinsmod tuner debug=0 xinsmod msp3400 debug=0 |