All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] VP3030 DVB-T disabled in Manu Mantis tree Why?
@ 2008-08-29 19:26 Carl Oscar Ejwertz
  0 siblings, 0 replies; only message in thread
From: Carl Oscar Ejwertz @ 2008-08-29 19:26 UTC (permalink / raw)
  To: linux-dvb

Im curious about the reason the VP3030 card is disabled in the Manu 
Mantis tree.
in mantis_dvb.c

it's commented out.. and I wonder what the reason.. is the VP3030 card 
crap and never will work or?
#if 0
    case MANTIS_VP_3030_DVB_T:    // VP-3030
        dprintk(verbose, MANTIS_ERROR, 1, "Probing for 10353 (DVB-T)");
        mantis->fe = zl10353_attach(&mantis_vp3030_config, 
&mantis->adapter);
        if (mantis->fe) {
            if (dvb_pll_attach(mantis->fe,
                       0x60,
                       &mantis->adapter,
                       &dvb_pll_env57h1xd5) < 0) {

                return -EIO;
            }
            dprintk(verbose, MANTIS_ERROR, 1,
                "Mantis DVB-T Zarlink 10353 frontend attach success");
        }
        break;
#endif

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-29 19:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-29 19:26 [linux-dvb] VP3030 DVB-T disabled in Manu Mantis tree Why? Carl Oscar Ejwertz

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.