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.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 352565f4fc99..368a65934e31 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -1175,6 +1175,24 @@ struct cx88_board cx88_boards[] = {
1175 .gpio0 = 0x074a, 1175 .gpio0 = 0x074a,
1176 }, 1176 },
1177 }, 1177 },
1178 [CX88_BOARD_WINFAST_DTV2000H] = {
1179 /* video inputs and radio still in testing */
1180 .name = "WinFast DTV2000 H",
1181 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1182 .radio_type = UNSET,
1183 .tuner_addr = ADDR_UNSET,
1184 .radio_addr = ADDR_UNSET,
1185 .tda9887_conf = TDA9887_PRESENT,
1186 .input = {{
1187 .type = CX88_VMUX_TELEVISION,
1188 .vmux = 0,
1189 .gpio0 = 0x00017304,
1190 .gpio1 = 0x00008203,
1191 .gpio2 = 0x00017304,
1192 .gpio3 = 0x02000000,
1193 }},
1194 .dvb = 1,
1195 },
1178}; 1196};
1179const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards); 1197const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
1180 1198
@@ -1412,6 +1430,10 @@ struct cx88_subid cx88_subids[] = {
1412 .subvendor = 0x14f1, 1430 .subvendor = 0x14f1,
1413 .subdevice = 0x0842, 1431 .subdevice = 0x0842,
1414 .card = CX88_BOARD_NPGTECH_REALTV, 1432 .card = CX88_BOARD_NPGTECH_REALTV,
1433 },{
1434 .subvendor = 0x107d,
1435 .subdevice = 0x665e,
1436 .card = CX88_BOARD_WINFAST_DTV2000H,
1415 }, 1437 },
1416}; 1438};
1417const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); 1439const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);