Mailing List archive

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

[linux-dvb] Re: Budget DVB-C tuning problems



Ingolf Haberer wrote:
> 
> Btw. in function ves1820_ioctl case FE_READ_STATUS is this correct:
> 
> if (sync & 2)
> 	*status |= FE_HAS_SIGNAL;
> if (sync & 2)
> 	*status |= FE_HAS_CARRIER;
> 
> What means bit 1?

0 := ves1820 is in signal acquisition mode
1 := ves1820 is in tracking mode

It could be interpreted as "FE_HAS_SIGNAL", but the person who
wrote the driver though differently.

Johannes


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



Home | Main Index | Thread Index