aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 388440789dfb..6a85ba111fb1 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -852,6 +852,18 @@ struct cx88_board cx88_boards[] = {
852 .gpio3 = 0x00000000, 852 .gpio3 = 0x00000000,
853 }}, 853 }},
854 }, 854 },
855 [CX88_BOARD_WINFAST_DTV1000] = {
856 .name = "WinFast DTV1000-T",
857 .tuner_type = TUNER_ABSENT,
858 .radio_type = UNSET,
859 .tuner_addr = ADDR_UNSET,
860 .radio_addr = ADDR_UNSET,
861 .input = {{
862 .type = CX88_VMUX_DVB,
863 .vmux = 0,
864 }},
865 .dvb = 1,
866 },
855}; 867};
856const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards); 868const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
857 869
@@ -991,6 +1003,10 @@ struct cx88_subid cx88_subids[] = {
991 .subvendor = PCI_VENDOR_ID_ATI, 1003 .subvendor = PCI_VENDOR_ID_ATI,
992 .subdevice = 0xa101, 1004 .subdevice = 0xa101,
993 .card = CX88_BOARD_ATI_HDTVWONDER, 1005 .card = CX88_BOARD_ATI_HDTVWONDER,
1006 },{
1007 .subvendor = 0x107d,
1008 .subdevice = 0x665f,
1009 .card = CX88_BOARD_WINFAST_DTV1000,
994 }, 1010 },
995}; 1011};
996const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); 1012const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);