public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Patch for cx88-cards.c for DVICO-FusionHDTV 3 GOLD Q
@ 2005-05-12 13:07 Michael Krufky
       [not found] ` <4287DC6B.5010401@m1k.net>
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Krufky @ 2005-05-12 13:07 UTC (permalink / raw)
  To: linux-kernel, video4linux-list; +Cc: kraxel, akpm

[-- Attachment #1: Type: text/plain, Size: 1004 bytes --]

Hello,

I haven't submitted a kernel patch before, so please forgive me if this 
isn't the proper protocol.  I have the DVICO-FusionHDTV 3 GOLD Q, and I 
got it to autodetect and tune into some NTSC cable channels (in 
less-than perfect quality) after making the following change:

--- a/cx88-cards.c    2005-05-10 19:30:47.000000000 -0400
+++ b/cx88-cards.c    2005-05-11 21:09:26.000000000 -0400
@@ -524,6 +524,10 @@
         .subdevice = 0xd810,
         .card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD,
     },{
+        .subvendor = 0x18ac,
+        .subdevice = 0xd820,
+        .card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD,
+    },{
         .subvendor = 0x18AC,
         .subdevice = 0xDB00,
         .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,

I've been told that the whitespace gets mangled in the body of the 
email, so I've included the .diff as an email attachment as well.  
Please incorporate this into the next version of the driver.

Thank you,

Michael Krufky
mkrufky@m1k.net


[-- Attachment #2: cx88-cards.c.FusionHDTV3GoldQ.diff --]
[-- Type: text/plain, Size: 419 bytes --]

--- a/cx88-cards.c	2005-05-10 19:30:47.000000000 -0400
+++ b/cx88-cards.c	2005-05-11 21:09:26.000000000 -0400
@@ -524,6 +524,10 @@
 		.subdevice = 0xd810,
 		.card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD,
 	},{
+		.subvendor = 0x18ac,
+		.subdevice = 0xd820,
+		.card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD,
+	},{
 		.subvendor = 0x18AC,
 		.subdevice = 0xDB00,
 		.card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-19 23:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-12 13:07 Patch for cx88-cards.c for DVICO-FusionHDTV 3 GOLD Q Michael Krufky
     [not found] ` <4287DC6B.5010401@m1k.net>
     [not found]   ` <20050515210024.536ea43c.akpm@osdl.org>
     [not found]     ` <42883D03.1040809@m1k.net>
2005-05-19 23:03       ` Michael Krufky

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