diff options
author | Gerd Knorr <devnull@localhost> | 2004-07-28 11:32:23 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-07-28 11:32:23 +0000 |
commit | 3581f3cd39cee07f0d2a9091acda741b4f55b9af (patch) | |
tree | 2cba44b847a8a11929b45508b5e9a42f99008f4c /linux/drivers/media/video | |
parent | 4ce2a9f607c5389385b88577d84b91d601ad7389 (diff) | |
download | mediapointer-dvb-s2-3581f3cd39cee07f0d2a9091acda741b4f55b9af.tar.gz mediapointer-dvb-s2-3581f3cd39cee07f0d2a9091acda741b4f55b9af.tar.bz2 |
- tuner: added new type.
- bttv: added id.
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index 3e27e4b69..7d4ec9e42 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -170,6 +170,7 @@ static struct CARD { { 0x6606107d, BTTV_WINFAST2000, "Leadtek WinFast TV 2000" }, { 0x6607107d, BTTV_WINFASTVC100, "Leadtek WinFast VC 100" }, + { 0x6609107d, BTTV_WINFAST2000, "Leadtek TV 2000 XP" }, { 0x263610b4, BTTV_STB2, "STB TV PCI FM, Gateway P/N 6000704" }, { 0x264510b4, BTTV_STB2, "STB TV PCI FM, Gateway P/N 6000704" }, { 0x402010fc, BTTV_GVBCTV3PCI, "I-O Data Co. GV-BCTV3/PCI" }, |