Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: DVB-Dec Hauppauge! DEC 3000-S (Technotrend)



On Wednesday 28 Apr 2004 14:57, Johannes Stezenbach wrote:
> Ernst Peinlich wrote:
> > --- ttusb_dec.c.org	2004-03-31 11:55:34.000000000 +0200
> > +++ ttusb_dec.c	2004-04-28 10:01:31.000000000 +0200
> > @@ -1659,7 +1659,7 @@
> >  			p->u.qam.symbol_rate);
> >  		dprintk("            inversion->%d\n", p->inversion);
> >
> > -		freq = htonl(p->frequency * 1000 +
> > +		freq = htonl(p->frequency +
> >  		       (dec->hi_band ? LOF_HI : LOF_LO));
> >  		memcpy(&b[4], &freq, sizeof(u32));
> >  		sym_rate = htonl(p->u.qam.symbol_rate);
>
> Thanks, I've comitted this to CVS.

Eesh, I thought it must be close, but this is a surprise ;)
Thanks, Ernst.

Can someone confirm what is and isn't working with the DEC 3000-s now, please, 
so I can update the documentation?

Cheers,
Alex


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index