diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-02 14:37:35 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-02 14:37:35 -0500 |
commit | b70eee9801232db6be8154361c3c5dcc72ad48a4 (patch) | |
tree | e07fcad1c426f98a6aa98286387422d3a63f595f /linux/drivers/media | |
parent | 7af33dc182a51e3feda1246207c939d8459dbd61 (diff) | |
download | mediapointer-dvb-s2-b70eee9801232db6be8154361c3c5dcc72ad48a4.tar.gz mediapointer-dvb-s2-b70eee9801232db6be8154361c3c5dcc72ad48a4.tar.bz2 |
cx88: add a second PCI ID for ATI TV Wonder Pro
From: Patrice Levesque <video2linux.wayne@ptaff.ca>
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: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 4897c852d..cd72ee5cb 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1930,7 +1930,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, |