Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124141
b: refs/heads/master
c: bc13ae1
h: refs/heads/master
i:
  124139: 303c80a
v: v3
  • Loading branch information
Patrice Levesque authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent c519274 commit 5754d73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 163e9cd074c2471695c5c79da0022f46fa53ce40
refs/heads/master: bc13ae11227b06d2397cea1a8eb22fc2ca64e22f
2 changes: 1 addition & 1 deletion trunk/Documentation/video4linux/CARDLIST.cx88
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
1 -> Hauppauge WinTV 34xxx models [0070:3400,0070:3401]
2 -> GDI Black Gold [14c7:0106,14c7:0107]
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]
6 -> AverTV Studio 303 (M126) [1461:000b]
7 -> MSI TV-@nywhere Master [1462:8606]
Expand Down
6 changes: 5 additions & 1 deletion trunk/drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,11 @@ static const struct cx88_subid cx88_subids[] = {
.subvendor = PCI_VENDOR_ID_ATI,
.subdevice = 0x00f8,
.card = CX88_BOARD_ATI_WONDER_PRO,
},{
}, {
.subvendor = PCI_VENDOR_ID_ATI,
.subdevice = 0x00f9,
.card = CX88_BOARD_ATI_WONDER_PRO,
}, {
.subvendor = 0x107d,
.subdevice = 0x6611,
.card = CX88_BOARD_WINFAST2000XP_EXPERT,
Expand Down

0 comments on commit 5754d73

Please sign in to comment.