Commit bc13ae11 authored by Patrice Levesque's avatar Patrice Levesque Committed by Mauro Carvalho Chehab

V4L/DVB (9529): cx88: add a second PCI ID for ATI TV Wonder Pro

There's a second PCI identifier for the ATI TV WONDER PRO card
(0x1002:0x00f9).

Attached is a patch to kernel 2.6.27 that adds autodetection for this
version.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 163e9cd0
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
1 -> Hauppauge WinTV 34xxx models [0070:3400,0070:3401] 1 -> Hauppauge WinTV 34xxx models [0070:3400,0070:3401]
2 -> GDI Black Gold [14c7:0106,14c7:0107] 2 -> GDI Black Gold [14c7:0106,14c7:0107]
3 -> PixelView [1554:4811] 3 -> PixelView [1554:4811]
4 -> ATI TV Wonder Pro [1002:00f8] 4 -> ATI TV Wonder Pro [1002:00f8,1002:00f9]
5 -> Leadtek Winfast 2000XP Expert [107d:6611,107d:6613] 5 -> Leadtek Winfast 2000XP Expert [107d:6611,107d:6613]
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]
......
...@@ -1897,7 +1897,11 @@ static const struct cx88_subid cx88_subids[] = { ...@@ -1897,7 +1897,11 @@ static const struct cx88_subid cx88_subids[] = {
.subvendor = PCI_VENDOR_ID_ATI, .subvendor = PCI_VENDOR_ID_ATI,
.subdevice = 0x00f8, .subdevice = 0x00f8,
.card = CX88_BOARD_ATI_WONDER_PRO, .card = CX88_BOARD_ATI_WONDER_PRO,
},{ }, {
.subvendor = PCI_VENDOR_ID_ATI,
.subdevice = 0x00f9,
.card = CX88_BOARD_ATI_WONDER_PRO,
}, {
.subvendor = 0x107d, .subvendor = 0x107d,
.subdevice = 0x6611, .subdevice = 0x6611,
.card = CX88_BOARD_WINFAST2000XP_EXPERT, .card = CX88_BOARD_WINFAST2000XP_EXPERT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment