diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-09-29 21:37:07 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 14:14:56 -0400 |
commit | 3979ecc7324973cf90d8ea4a2ba3fe79c7150d56 (patch) | |
tree | fd49ae5140ed9b94c4b9f7d04823c5950508ab20 /drivers/media | |
parent | de98cdaf7ead419fe8b0a0a636ffb175489958fe (diff) |
V4L/DVB (4689): Adding support for Nova-T-PCI PCI ID 0070:9000
Adding support for Nova-T-PCI PCI ID 0070:9000
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index f3e11cbca45c..af71d4225c76 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1586,6 +1586,10 @@ struct cx88_subid cx88_subids[] = { | |||
1586 | .subvendor = 0x12ab, | 1586 | .subvendor = 0x12ab, |
1587 | .subdevice = 0x2300, /* Club3D Zap TV2100 */ | 1587 | .subdevice = 0x2300, /* Club3D Zap TV2100 */ |
1588 | .card = CX88_BOARD_KWORLD_DVB_T_CX22702, | 1588 | .card = CX88_BOARD_KWORLD_DVB_T_CX22702, |
1589 | },{ | ||
1590 | .subvendor = 0x0070, | ||
1591 | .subdevice = 0x9000, | ||
1592 | .card = CX88_BOARD_HAUPPAUGE_DVB_T1, | ||
1589 | }, | 1593 | }, |
1590 | }; | 1594 | }; |
1591 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1595 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |