From be143a812fb4c18a2e19565b77e5c23c8719259e Mon Sep 17 00:00:00 2001 From: Holger Waechtler Date: Tue, 26 Nov 2002 09:06:47 +0000 Subject: add new vendor/device id pair reported by Rolf Schillinger --- linux/drivers/media/dvb/av7110/saa7146_core.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'linux') diff --git a/linux/drivers/media/dvb/av7110/saa7146_core.c b/linux/drivers/media/dvb/av7110/saa7146_core.c index f46da0156..97fd00a9c 100644 --- a/linux/drivers/media/dvb/av7110/saa7146_core.c +++ b/linux/drivers/media/dvb/av7110/saa7146_core.c @@ -873,7 +873,9 @@ static struct card_info ttbc = { DVB_CARD_TT_BUDGET, "TT-Budget/WinTV-NOVA- static struct card_info ttbt = { DVB_CARD_TT_BUDGET, "TT-Budget/WinTV-NOVA-T PCI" }; static struct card_info ttbci = { DVB_CARD_TT_BUDGET_CI, "TT-Budget/WinTV-NOVA-CI PCI" }; static struct card_info satel = { DVB_CARD_TT_BUDGET, "SATELCO Multimedia PCI"}; -static struct card_info unkwn = { DVB_CARD_TT_SIEMENS, "Technotrend/Hauppauge PCI rev?(unknown0)?"}; +static struct card_info unkwn0 = { DVB_CARD_TT_SIEMENS, "Technotrend/Hauppauge PCI rev?(unknown0)?"}; +static struct card_info unkwn1 = { DVB_CARD_TT_SIEMENS, "Technotrend/Hauppauge PCI rev?(unknown1)" }; +static struct card_info unkwn2 = { DVB_CARD_TT_SIEMENS, "Technotrend/Hauppauge PCI rev?(unknown2)" }; static struct card_info tt_1_6 = { DVB_CARD_TT_SIEMENS, "Technotrend/Hauppauge PCI rev1.3 or 1.6" }; static struct card_info tt_2_1 = { DVB_CARD_TT_SIEMENS, "Technotrend/Hauppauge PCI rev2.1 or 2.2" }; static struct card_info tt_t = { DVB_CARD_TT_SIEMENS, "Technotrend/Hauppauge PCI DVB-T" }; @@ -891,14 +893,16 @@ static struct pci_device_id saa7146_pci_tbl[] __devinitdata = { { PHILIPS_SAA7146, 0x13c2, 0x100c, CARD_INFO ttbci }, { PHILIPS_SAA7146, 0x13c2, 0x1013, CARD_INFO satel }, { PHILIPS_SAA7146, 0x13c2, 0x0000, CARD_INFO fs_1_3 }, - { PHILIPS_SAA7146, 0x13c2, 0x1002, CARD_INFO unkwn }, + { PHILIPS_SAA7146, 0x13c2, 0x1002, CARD_INFO unkwn0 }, { PHILIPS_SAA7146, 0x13c2, 0x0001, CARD_INFO tt_1_6 }, { PHILIPS_SAA7146, 0x13c2, 0x0002, CARD_INFO tt_2_1 }, { PHILIPS_SAA7146, 0x13c2, 0x0003, CARD_INFO tt_2_1 }, { PHILIPS_SAA7146, 0x13c2, 0x0004, CARD_INFO tt_2_1 }, { PHILIPS_SAA7146, 0x13c2, 0x0006, CARD_INFO tt_1_6 }, { PHILIPS_SAA7146, 0x13c2, 0x0008, CARD_INFO tt_t }, - { PHILIPS_SAA7146, 0xffc2, 0x0000, CARD_INFO unkwn }, + { PHILIPS_SAA7146, 0xffc2, 0x0000, CARD_INFO unkwn1 }, + { PHILIPS_SAA7146, 0x00a1, 0x00a1, CARD_INFO unkwn2 }, + { PHILIPS_SAA7146, 0x1131, 0x4f56, CARD_INFO knc1 }, { PHILIPS_SAA7146, 0x1131, 0x4f56, CARD_INFO knc1 }, { 0,}, }; -- cgit v1.2.3