diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 16cd6434f2b1..04ef1ccfb67f 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1148,6 +1148,29 @@ struct cx88_board cx88_boards[] = { | |||
1148 | }}, | 1148 | }}, |
1149 | .blackbird = 1, | 1149 | .blackbird = 1, |
1150 | }, | 1150 | }, |
1151 | [CX88_BOARD_NPGTECH_REALTV] = { | ||
1152 | .name = "NPG Tech Real TV", | ||
1153 | .tuner_type = TUNER_LG_PAL_NEW_TAPC, | ||
1154 | .radio_type = UNSET, | ||
1155 | .tuner_addr = ADDR_UNSET, | ||
1156 | .radio_addr = ADDR_UNSET, | ||
1157 | .input = {{ | ||
1158 | .type = CX88_VMUX_TELEVISION, | ||
1159 | .vmux = 0, | ||
1160 | .gpio0 = 0x0788, | ||
1161 | },{ | ||
1162 | .type = CX88_VMUX_COMPOSITE1, | ||
1163 | .vmux = 1, | ||
1164 | .gpio0 = 0x078b, | ||
1165 | },{ | ||
1166 | .type = CX88_VMUX_SVIDEO, | ||
1167 | .vmux = 2, | ||
1168 | }}, | ||
1169 | .radio = { | ||
1170 | .type = CX88_RADIO, | ||
1171 | .gpio0 = 0x074a, | ||
1172 | }, | ||
1173 | }, | ||
1151 | }; | 1174 | }; |
1152 | const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards); | 1175 | const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards); |
1153 | 1176 | ||
@@ -1381,6 +1404,10 @@ struct cx88_subid cx88_subids[] = { | |||
1381 | .subvendor = 0x1554, | 1404 | .subvendor = 0x1554, |
1382 | .subdevice = 0x4813, | 1405 | .subdevice = 0x4813, |
1383 | .card = CX88_BOARD_PIXELVIEW_PLAYTV_P7000, | 1406 | .card = CX88_BOARD_PIXELVIEW_PLAYTV_P7000, |
1407 | },{ | ||
1408 | .subvendor = 0x14f1, | ||
1409 | .subdevice = 0x0842, | ||
1410 | .card = CX88_BOARD_NPGTECH_REALTV, | ||
1384 | }, | 1411 | }, |
1385 | }; | 1412 | }; |
1386 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1413 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |