mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
V4L/DVB (4360): Cx88: add autodetection support for AverMedia M150-D
This patch adds autodetection support for the AverMedia M150-D blackbird MPEG encoder / analog video capture card. This board is known to work with the ASUS PVR 416 configuration. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
ad10c930e8
commit
5dbaa2cb75
@ -10,7 +10,7 @@
|
||||
9 -> Leadtek PVR 2000 [107d:663b,107d:663C]
|
||||
10 -> IODATA GV-VCP3/PCI [10fc:d003]
|
||||
11 -> Prolink PlayTV PVR
|
||||
12 -> ASUS PVR-416 [1043:4823]
|
||||
12 -> ASUS PVR-416 [1043:4823,1461:c111]
|
||||
13 -> MSI TV-@nywhere
|
||||
14 -> KWorld/VStream XPert DVB-T [17de:08a6]
|
||||
15 -> DViCO FusionHDTV DVB-T1 [18ac:db00]
|
||||
|
@ -1484,6 +1484,11 @@ struct cx88_subid cx88_subids[] = {
|
||||
.subvendor = 0x0070,
|
||||
.subdevice = 0x1404,
|
||||
.card = CX88_BOARD_HAUPPAUGE_HVR3000,
|
||||
},{
|
||||
.subvendor = 0x1461,
|
||||
.subdevice = 0xc111, /* AverMedia M150-D */
|
||||
/* This board is known to work with the ASUS PVR416 config */
|
||||
.card = CX88_BOARD_ASUS_PVR_416,
|
||||
},
|
||||
};
|
||||
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
|
||||
|
Loading…
Reference in New Issue
Block a user