On 11/29/05, CityK <CityK@xxxxxxxxxx> wrote: > Michael Krufky wrote: > > CityK wrote: > > > >> A few months ago Taylor posted that he had put together a patch for > >> the original Fusion 3 Gold (18ac:d800) : > >> http://www.linuxtv.org/pipermail/linux-dvb/2005-September/005008.html > >> > >> I didn't see any or perhaps missed the follow up this card, but I'm > >> mildly curious if: > >> a) Taylor got it working (and is anyone is using the board)? > >> and > >> b) whether or not the it is working with digital cable? ... (although > >> its prospects are poor, as discussed in both > >> http://www.linuxtv.org/pipermail/linux-dvb/2005-September/005034.html > >> and > >> http://www.linuxtv.org/pipermail/linux-dvb/2005-September/005035.html) > > > > Taylor never showed us a patch... I always wondered why. > > > > Anyhow, based on the DViCO Windows driver INF file, the following > > patch should be all that's necessary, unless the board has different > > GPIO programming. > > > > I don't want to apply this unless someone can test it and confirm that > > it works. It is very likely that a new card entry will be needed for > > alternate GPIO settings, although the DViCO cards are known to work > > with the wrong GPIO settings. :-/ > > > > > > ------------------------------------------------------------------------ > > > > linux/drivers/media/video/cx88/cx88-cards.c | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > --- v4l-dvb.orig/linux/drivers/media/video/cx88/cx88-cards.c 2005-11-25 05:24:13.000000000 -0500 > > +++ v4l-dvb/linux/drivers/media/video/cx88/cx88-cards.c 2005-11-29 01:06:57.000000000 -0500 > > @@ -1015,6 +1015,10 @@ > > .card = CX88_BOARD_KWORLD_DVB_T, > > },{ > > .subvendor = 0x18ac, > > + .subdevice = 0xd800, > > + .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q, > > + },{ > > + .subvendor = 0x18ac, > > .subdevice = 0xd810, > > .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q, > > },{ > > > > > Michael Krufky wrote: > > CityK wrote: > >> Cool. As you already know, I picked this last part of the > >> discussion up on the DVB list. Perhaps Taylor or someone else will > >> let us know. > > > > Yes... I also have information about FusionHDTV II ... If anybody > > out there has one, please let me know, and I'll send you a patch to test. I have an older Fusion card. I'm not sure if it's a Fusion II or III, but it's pre-QAM. I'll dig it out of the storage box & check it out. If someone has a patch, or needs other info on the card, let me know. -Todd > > I've posted a link to AVS seeing if there are any interested parties. > > -- Cheers, CK