From 05f9a06beff29d379571d105e161d99ffff72b03 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Mon, 6 Sep 2004 09:25:29 +0000 Subject: - bttv: add DVICO FusionHDTV DVB-T Lite (Christopher Pascoe). - cx88: add Hauppuage Nova-T DVB-t (Steve Toth). --- linux/drivers/media/video/cx88/cx88-cards.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'linux/drivers/media/video/cx88/cx88-cards.c') diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 25fe03d86..07ef5ab25 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -385,6 +385,15 @@ struct cx88_board cx88_boards[] = { } #endif }, + [CX88_BOARD_HAUPPAUGE_DVB_T1] = { + .name = "Hauppuage Nova-T DVB-t", + .tuner_type = UNSET, + .input = {{ + .type = CX88_VMUX_DVB, + .vmux = 0, + }}, + .dvb = 1, + }, }; const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards); @@ -460,7 +469,11 @@ struct cx88_subid cx88_subids[] = { .subvendor = 0x18AC, .subdevice = 0xDB00, .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1, - } + },{ + .subvendor = 0x0070, + .subdevice = 0x9002, + .card = CX88_BOARD_HAUPPAUGE_DVB_T1, + } }; const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); -- cgit v1.2.3