diff options
author | Gerd Knorr <devnull@localhost> | 2004-09-06 09:25:29 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-09-06 09:25:29 +0000 |
commit | 05f9a06beff29d379571d105e161d99ffff72b03 (patch) | |
tree | c70d3661b45874282a37b216ba27867e859156e3 /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | 00809cd196b2a808d5b3f3f9d88496778e2389d8 (diff) | |
download | mediapointer-dvb-s2-05f9a06beff29d379571d105e161d99ffff72b03.tar.gz mediapointer-dvb-s2-05f9a06beff29d379571d105e161d99ffff72b03.tar.bz2 |
- bttv: add DVICO FusionHDTV DVB-T Lite (Christopher Pascoe).
- cx88: add Hauppuage Nova-T DVB-t (Steve Toth).
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 15 |
1 files changed, 14 insertions, 1 deletions
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); |