diff options
| author | Michael Krufky <mkrufky@linuxtv.org> | 2006-09-15 14:41:23 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:30:36 -0400 |
| commit | dab489df2a3eec77e2ed7a4499ec7b9ef09e35b7 (patch) | |
| tree | c9e77113d03e08bb969711569c256d0b30b3eced | |
| parent | aa481a654771217645188b64d82acfc38c2da892 (diff) | |
V4L/DVB (4639): Cx88: add autodetection for alternate revision of Leadtek PVR
Add autodetection for PCI subsystem ID 107d:6632, to detect as
a Leadtek PVR 2000
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
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 | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/video4linux/CARDLIST.cx88 b/Documentation/video4linux/CARDLIST.cx88 index b89fa120e37e..bd83aded5938 100644 --- a/Documentation/video4linux/CARDLIST.cx88 +++ b/Documentation/video4linux/CARDLIST.cx88 | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 6 -> AverTV Studio 303 (M126) [1461:000b] | 7 | 6 -> AverTV Studio 303 (M126) [1461:000b] |
| 8 | 7 -> MSI TV-@nywhere Master [1462:8606] | 8 | 7 -> MSI TV-@nywhere Master [1462:8606] |
| 9 | 8 -> Leadtek Winfast DV2000 [107d:6620] | 9 | 8 -> Leadtek Winfast DV2000 [107d:6620] |
| 10 | 9 -> Leadtek PVR 2000 [107d:663b,107d:663C] | 10 | 9 -> Leadtek PVR 2000 [107d:663b,107d:663C,107d:6632] |
| 11 | 10 -> IODATA GV-VCP3/PCI [10fc:d003] | 11 | 10 -> IODATA GV-VCP3/PCI [10fc:d003] |
| 12 | 11 -> Prolink PlayTV PVR | 12 | 11 -> Prolink PlayTV PVR |
| 13 | 12 -> ASUS PVR-416 [1043:4823,1461:c111] | 13 | 12 -> ASUS PVR-416 [1043:4823,1461:c111] |
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 4a9998f4a618..05d03e42cfb3 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
| @@ -1577,6 +1577,10 @@ struct cx88_subid cx88_subids[] = { | |||
| 1577 | .subvendor = 0x0070, | 1577 | .subvendor = 0x0070, |
| 1578 | .subdevice = 0x9602, | 1578 | .subdevice = 0x9602, |
| 1579 | .card = CX88_BOARD_HAUPPAUGE_HVR1300, | 1579 | .card = CX88_BOARD_HAUPPAUGE_HVR1300, |
| 1580 | },{ | ||
| 1581 | .subvendor = 0x107d, | ||
| 1582 | .subdevice = 0x6632, | ||
| 1583 | .card = CX88_BOARD_LEADTEK_PVR2000, | ||
| 1580 | }, | 1584 | }, |
| 1581 | }; | 1585 | }; |
| 1582 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1586 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |
