Messages in this thread Patches in this message |  | | | Date | Thu, 12 May 2005 09:07:59 -0400 | | From | Michael Krufky <> | | Subject | Patch for cx88-cards.c for DVICO-FusionHDTV 3 GOLD Q |
| |
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
--- 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, |  |