diff options
author | Malcolm Valentine <farkit@iinet.net.au> | 2006-05-29 12:51:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:05:03 -0400 |
commit | 4bd6e9d968af68c73bee92bd93cd56937e2e80d8 (patch) | |
tree | 22728facba1d8d735885afe73dc292eed53cc0d4 /drivers/media/video/cx88/cx88-cards.c | |
parent | bc53f78306a70d58e26f93d40ce19e61297cc18f (diff) |
V4L/DVB (4056): Cx88: Add basic support for Leadtek Winfast DTV2000H card
Add DVB-T and PAL-G television support for Winfast DTV2000H
Signed-off-by: Malcolm Valentine <farkit@iinet.net.au>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 22 |
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 | }; |
1179 | const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards); | 1197 | const 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 | }; |
1417 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1439 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |