From 3581f3cd39cee07f0d2a9091acda741b4f55b9af Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Wed, 28 Jul 2004 11:32:23 +0000 Subject: - tuner: added new type. - bttv: added id. --- linux/drivers/media/video/bttv-cards.c | 1 + linux/include/media/tuner.h | 1 + 2 files changed, 2 insertions(+) (limited to 'linux') 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 */ -- cgit v1.2.3