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 [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to