diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index f80154b87d22..55ea37dd85ba 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -601,6 +601,28 @@ struct cx88_board cx88_boards[] = { | |||
601 | }, | 601 | }, |
602 | .dvb = 1, | 602 | .dvb = 1, |
603 | }, | 603 | }, |
604 | [CX88_BOARD_PCHDTV_HD5500] = { | ||
605 | .name = "pcHDTV HD5500 HDTV", | ||
606 | .tuner_type = TUNER_LG_TDVS_H062F, | ||
607 | .radio_type = UNSET, | ||
608 | .tuner_addr = ADDR_UNSET, | ||
609 | .radio_addr = ADDR_UNSET, | ||
610 | .tda9887_conf = TDA9887_PRESENT, | ||
611 | .input = {{ | ||
612 | .type = CX88_VMUX_TELEVISION, | ||
613 | .vmux = 0, | ||
614 | .gpio0 = 0x87fd, | ||
615 | },{ | ||
616 | .type = CX88_VMUX_COMPOSITE1, | ||
617 | .vmux = 1, | ||
618 | .gpio0 = 0x87f9, | ||
619 | },{ | ||
620 | .type = CX88_VMUX_SVIDEO, | ||
621 | .vmux = 2, | ||
622 | .gpio0 = 0x87f9, | ||
623 | }}, | ||
624 | .dvb = 1, | ||
625 | }, | ||
604 | [CX88_BOARD_HAUPPAUGE_ROSLYN] = { | 626 | [CX88_BOARD_HAUPPAUGE_ROSLYN] = { |
605 | // entry added by Kaustubh D. Bhalerao <bhalerao.1@osu.edu> | 627 | // entry added by Kaustubh D. Bhalerao <bhalerao.1@osu.edu> |
606 | // GPIO values obtained from regspy, courtesy Sean Covel | 628 | // GPIO values obtained from regspy, courtesy Sean Covel |
@@ -1311,6 +1333,10 @@ struct cx88_subid cx88_subids[] = { | |||
1311 | .subvendor = 0x18ac, | 1333 | .subvendor = 0x18ac, |
1312 | .subdevice = 0xdb44, | 1334 | .subdevice = 0xdb44, |
1313 | .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID, | 1335 | .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID, |
1336 | },{ | ||
1337 | .subvendor = 0x7063, | ||
1338 | .subdevice = 0x5500, | ||
1339 | .card = CX88_BOARD_PCHDTV_HD5500, | ||
1314 | }, | 1340 | }, |
1315 | }; | 1341 | }; |
1316 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1342 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |