[linux-dvb] [PATCH] Add support for DViCO FusionHDTV5 USB Gold
Andreas Oberritter
obi at linuxtv.org
Sun Jan 1 18:18:05 CET 2006
Hi Michael,
On Sat, 2005-12-31 at 18:24 -0500, Michael Krufky wrote:
> +static int cxusb_lgh064f_tuner_attach(struct dvb_usb_device *d)
> +{
> + u8 bpll[4];
> + bpll[2] &= ~0x20;
> + bpll[2] |= 0x18;
> + bpll[3] = 0x50; /* 0x50 - digital, 0x20 - analog */
> + d->pll_addr = 0x61;
> + memcpy(d->pll_init,bpll,4);
I don't know what this code shall do, but bpll contains uninitialized
(i.e. random) values.
Regards,
Andreas
More information about the linux-dvb
mailing list