diff options
-rw-r--r-- | Documentation/video4linux/CARDLIST.cx88 | 2 | ||||
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/video4linux/CARDLIST.cx88 b/Documentation/video4linux/CARDLIST.cx88 index 9d5dbc1981f3..126e59d935cd 100644 --- a/Documentation/video4linux/CARDLIST.cx88 +++ b/Documentation/video4linux/CARDLIST.cx88 | |||
@@ -16,7 +16,7 @@ | |||
16 | 15 -> DViCO FusionHDTV DVB-T1 [18ac:db00] | 16 | 15 -> DViCO FusionHDTV DVB-T1 [18ac:db00] |
17 | 16 -> KWorld LTV883RF | 17 | 16 -> KWorld LTV883RF |
18 | 17 -> DViCO FusionHDTV 3 Gold-Q [18ac:d810,18ac:d800] | 18 | 17 -> DViCO FusionHDTV 3 Gold-Q [18ac:d810,18ac:d800] |
19 | 18 -> Hauppauge Nova-T DVB-T [0070:9002,0070:9001] | 19 | 18 -> Hauppauge Nova-T DVB-T [0070:9002,0070:9001,0070:9000] |
20 | 19 -> Conexant DVB-T reference design [14f1:0187] | 20 | 19 -> Conexant DVB-T reference design [14f1:0187] |
21 | 20 -> Provideo PV259 [1540:2580] | 21 | 20 -> Provideo PV259 [1540:2580] |
22 | 21 -> DViCO FusionHDTV DVB-T Plus [18ac:db10,18ac:db11] | 22 | 21 -> DViCO FusionHDTV DVB-T Plus [18ac:db10,18ac:db11] |
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index f3e11cbca45c..af71d4225c76 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1586,6 +1586,10 @@ struct cx88_subid cx88_subids[] = { | |||
1586 | .subvendor = 0x12ab, | 1586 | .subvendor = 0x12ab, |
1587 | .subdevice = 0x2300, /* Club3D Zap TV2100 */ | 1587 | .subdevice = 0x2300, /* Club3D Zap TV2100 */ |
1588 | .card = CX88_BOARD_KWORLD_DVB_T_CX22702, | 1588 | .card = CX88_BOARD_KWORLD_DVB_T_CX22702, |
1589 | },{ | ||
1590 | .subvendor = 0x0070, | ||
1591 | .subdevice = 0x9000, | ||
1592 | .card = CX88_BOARD_HAUPPAUGE_DVB_T1, | ||
1589 | }, | 1593 | }, |
1590 | }; | 1594 | }; |
1591 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1595 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |