From 3979ecc7324973cf90d8ea4a2ba3fe79c7150d56 Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Fri, 29 Sep 2006 22:37:07 -0300 Subject: 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 Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/cx88/cx88-cards.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/media') diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index f3e11cbca45..af71d4225c7 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[] = { .subvendor = 0x12ab, .subdevice = 0x2300, /* Club3D Zap TV2100 */ .card = CX88_BOARD_KWORLD_DVB_T_CX22702, + },{ + .subvendor = 0x0070, + .subdevice = 0x9000, + .card = CX88_BOARD_HAUPPAUGE_DVB_T1, }, }; const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); -- cgit v1.2.3