diff options
author | Michael Krufky <mkrufky@m1k.net> | 2006-01-11 19:52:28 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-11 21:10:59 -0500 |
commit | 6bfb2e1f19a3fb68cf82f6ad44c34f4bcf9d4e9f (patch) | |
tree | ccb8f44d5022ffb80e902597030b89d56521aacb | |
parent | b5fc71440f63f653d86c75c2930fe22ad84c909d (diff) |
V4L/DVB (3349): Add PCI ID for UltraView DVB-T Plus, rebranded DViCO FusionHDTV DVB-T Plus
- Add PCI ID for UltraView DVB-T Plus,rebranded DViCO FusionHDTV DVB-T Plus
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | Documentation/video4linux/CARDLIST.cx88 | 2 | ||||
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/video4linux/CARDLIST.cx88 b/Documentation/video4linux/CARDLIST.cx88 index 34b6e59f2968..56e194f1a0b0 100644 --- a/Documentation/video4linux/CARDLIST.cx88 +++ b/Documentation/video4linux/CARDLIST.cx88 | |||
@@ -19,7 +19,7 @@ | |||
19 | 18 -> Hauppauge Nova-T DVB-T [0070:9002,0070:9001] | 19 | 18 -> Hauppauge Nova-T DVB-T [0070:9002,0070:9001] |
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] | 22 | 21 -> DViCO FusionHDTV DVB-T Plus [18ac:db10,18ac:db11] |
23 | 22 -> pcHDTV HD3000 HDTV [7063:3000] | 23 | 22 -> pcHDTV HD3000 HDTV [7063:3000] |
24 | 23 -> digitalnow DNTV Live! DVB-T [17de:a8a6] | 24 | 23 -> digitalnow DNTV Live! DVB-T [17de:a8a6] |
25 | 24 -> Hauppauge WinTV 28xxx (Roslyn) models [0070:2801] | 25 | 24 -> Hauppauge WinTV 28xxx (Roslyn) models [0070:2801] |
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index a76d54503b6f..ad2f565f522c 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1244,6 +1244,11 @@ struct cx88_subid cx88_subids[] = { | |||
1244 | .subvendor = 0x18ac, | 1244 | .subvendor = 0x18ac, |
1245 | .subdevice = 0xdb50, | 1245 | .subdevice = 0xdb50, |
1246 | .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL, | 1246 | .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL, |
1247 | },{ | ||
1248 | .subvendor = 0x18ac, | ||
1249 | .subdevice = 0xdb11, | ||
1250 | .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS, | ||
1251 | /* Re-branded DViCO: UltraView DVB-T Plus */ | ||
1247 | }, | 1252 | }, |
1248 | }; | 1253 | }; |
1249 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1254 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |