diff options
author | Andy Walls <awalls@radix.net> | 2009-01-19 16:31:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:25 -0400 |
commit | 6ce9ee539c42291475c1fd7b374a10c1fe00ea33 (patch) | |
tree | 83854ed3e4973ba813800c0dee652687ffaeab2c /drivers/media/video/cx18/cx18-cards.c | |
parent | be411df610a970a0ab90e3b02d025ab2a3554b61 (diff) |
V4L/DVB (10284): cx18: Add initial entry for a Leadtek DVR3100 H hybrid card
Card report provided by Patryk on the ivtv-devel list:
http://ivtvdriver.org/pipermail/ivtv-devel/2009-January/005922.html
Reported-by: Pat <tatyrza@mm.pl>
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-cards.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-cards.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c index e274043657dd..a0d4d2e49d1b 100644 --- a/drivers/media/video/cx18/cx18-cards.c +++ b/drivers/media/video/cx18/cx18-cards.c | |||
@@ -339,13 +339,14 @@ static const struct cx18_card cx18_card_toshiba_qosmio_dvbt = { | |||
339 | /* Leadtek WinFast PVR2100 */ | 339 | /* Leadtek WinFast PVR2100 */ |
340 | 340 | ||
341 | static const struct cx18_card_pci_info cx18_pci_leadtek_pvr2100[] = { | 341 | static const struct cx18_card_pci_info cx18_pci_leadtek_pvr2100[] = { |
342 | { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_LEADTEK, 0x6f27 }, | 342 | { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_LEADTEK, 0x6f27 }, /* PVR2100 */ |
343 | { PCI_DEVICE_ID_CX23418, CX18_PCI_ID_LEADTEK, 0x6690 }, /* DVR3100 H */ | ||
343 | { 0, 0, 0 } | 344 | { 0, 0, 0 } |
344 | }; | 345 | }; |
345 | 346 | ||
346 | static const struct cx18_card cx18_card_leadtek_pvr2100 = { | 347 | static const struct cx18_card cx18_card_leadtek_pvr2100 = { |
347 | .type = CX18_CARD_LEADTEK_PVR2100, | 348 | .type = CX18_CARD_LEADTEK_PVR2100, |
348 | .name = "Leadtek WinFast PVR2100", | 349 | .name = "Leadtek WinFast PVR2100/DVR3100 H", |
349 | .comment = "Experimenters and photos needed for device to work well.\n" | 350 | .comment = "Experimenters and photos needed for device to work well.\n" |
350 | "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n", | 351 | "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n", |
351 | .v4l2_capabilities = CX18_CAP_ENCODER, | 352 | .v4l2_capabilities = CX18_CAP_ENCODER, |