[linux-dvb] [patch] nxt6000 frontend detection on Nebula Cards.
Stuart Auchterlonie
stuarta at squashedfrog.net
Tue Aug 30 11:37:47 CEST 2005
On Sun, Aug 21, 2005 at 10:03:55PM +0100, Stuart Auchterlonie wrote:
>
> Hello all,
>
> I discovered that the current CVS version would not correctly
> identify my Nebula DigiTV with the nxt6000 frontend.
>
> Found there was a small flaw in the logic, so I've whipped
> up a patch to fix the problem.
>
>
> Stuart
>
Apologies for not putting in the Signed off by line before...
Signed-off-by: Stuart Auchterlonie <stuarta at squashedfrog.net>
> ? build-2.6/.tmp_versions
> Index: linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
> ===================================================================
> RCS file: /cvs/linuxtv/dvb-kernel/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c,v
> retrieving revision 1.47
> diff -u -r1.47 dvb-bt8xx.c
> --- linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c 3 Aug 2005 22:56:09 -0000 1.47
> +++ linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c 21 Aug 2005 20:56:37 -0000
> @@ -574,8 +574,10 @@
>
> /* Old Nebula (marked (c)2003 on high profile pci card) has nxt6000 demod */
> card->fe = nxt6000_attach(&vp3021_alps_tded4_config, card->i2c_adapter);
> - if (card->fe != NULL)
> + if (card->fe != NULL) {
> dprintk ("dvb_bt8xx: an nxt6000 was detected on your digitv card\n");
> + break;
> + }
>
> /* New Nebula (marked (c)2005 on low profile pci card) has mt352 demod */
> digitv_alps_tded4_reset(card);
> _______________________________________________
> linux-dvb mailing list
> linux-dvb at linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
More information about the linux-dvb
mailing list