Patch for cx88-cards.c for DVICO-FusionHDTV 3 GOLD Q

From: Michael Krufky
Date: Thu May 12 2005 - 08:10:28 EST


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@xxxxxxx

--- 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,