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 | |
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')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 1 | ||||
-rw-r--r-- | linux/include/media/tuner.h | 1 |
2 files changed, 2 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" }, diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index 0195323db..59de608b2 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -88,6 +88,7 @@ #define Samsung 7 #define Microtune 8 #define HITACHI 9 +#define Panasonic 10 #define TUNER_SET_TYPE _IOW('t',1,int) /* set tuner type */ #define TUNER_SET_TVFREQ _IOW('t',2,int) /* set tv freq */ |