From: Patrice Levesque <video2linux.wayne@ptaff.ca>
To: video4linux-list@redhat.com
Subject: cx88/cx88-cards.c patch for ATI TV Wonder Pro autodetection
Date: Sun, 2 Nov 2008 14:37:35 -0500 [thread overview]
Message-ID: <20081102193735.GA24731@ptaff.ca> (raw)
[-- 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
reply other threads:[~2008-11-02 19:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081102193735.GA24731@ptaff.ca \
--to=video2linux.wayne@ptaff.ca \
--cc=video4linux-list@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.