From: Carl Oscar Ejwertz <oscarmax3@gmail.com>
To: linux-dvb@linuxtv.org
Subject: [linux-dvb] VP3030 DVB-T disabled in Manu Mantis tree Why?
Date: Fri, 29 Aug 2008 21:26:48 +0200 [thread overview]
Message-ID: <48B84D78.3050609@gmail.com> (raw)
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
reply other threads:[~2008-08-29 19:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48B84D78.3050609@gmail.com \
--to=oscarmax3@gmail.com \
--cc=linux-dvb@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.