public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* cx88/cx88-cards.c patch for ATI TV Wonder Pro autodetection
@ 2008-11-02 19:37 Patrice Levesque
  0 siblings, 0 replies; only message in thread
From: Patrice Levesque @ 2008-11-02 19:37 UTC (permalink / raw)
  To: video4linux-list


[-- Attachment #1.1.1: Type: text/plain, Size: 420 bytes --]


Hi.

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.



-- 
 --====|====--
    --------================|================--------
        Patrice Levesque
         http://ptaff.ca/
        video2linux.wayne@ptaff.ca
    --------================|================--------
 --====|====--
--

[-- Attachment #1.1.2: cx88-cards.c.patch --]
[-- Type: text/plain, Size: 422 bytes --]

--- cx88/cx88-cards.c.orig	2008-11-02 14:02:41.000000000 -0500
+++ cx88/cx88-cards.c	2008-11-02 14:01:47.000000000 -0500
@@ -1691,6 +1691,10 @@
 		.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,

[-- Attachment #1.2: Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 164 bytes --]

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-02 19:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 19:37 cx88/cx88-cards.c patch for ATI TV Wonder Pro autodetection Patrice Levesque

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox