mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
aa481a6547
commit
dab489df2a
2 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
6 -> AverTV Studio 303 (M126) [1461:000b]
|
6 -> AverTV Studio 303 (M126) [1461:000b]
|
||||||
7 -> MSI TV-@nywhere Master [1462:8606]
|
7 -> MSI TV-@nywhere Master [1462:8606]
|
||||||
8 -> Leadtek Winfast DV2000 [107d:6620]
|
8 -> Leadtek Winfast DV2000 [107d:6620]
|
||||||
9 -> Leadtek PVR 2000 [107d:663b,107d:663C]
|
9 -> Leadtek PVR 2000 [107d:663b,107d:663C,107d:6632]
|
||||||
10 -> IODATA GV-VCP3/PCI [10fc:d003]
|
10 -> IODATA GV-VCP3/PCI [10fc:d003]
|
||||||
11 -> Prolink PlayTV PVR
|
11 -> Prolink PlayTV PVR
|
||||||
12 -> ASUS PVR-416 [1043:4823,1461:c111]
|
12 -> ASUS PVR-416 [1043:4823,1461:c111]
|
||||||
|
|
|
@ -1577,6 +1577,10 @@ struct cx88_subid cx88_subids[] = {
|
||||||
.subvendor = 0x0070,
|
.subvendor = 0x0070,
|
||||||
.subdevice = 0x9602,
|
.subdevice = 0x9602,
|
||||||
.card = CX88_BOARD_HAUPPAUGE_HVR1300,
|
.card = CX88_BOARD_HAUPPAUGE_HVR1300,
|
||||||
|
},{
|
||||||
|
.subvendor = 0x107d,
|
||||||
|
.subdevice = 0x6632,
|
||||||
|
.card = CX88_BOARD_LEADTEK_PVR2000,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
|
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue