Mailing List archive

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

[linux-dvb] Re: cinergyT2: which kernel/usb module to use?



Holger Waechtler wrote:
> the FE_GET_EVENT ioctl was simply not implemented (I already rendered it 
> obsolete in my mind, since GET_STATUS and GET_FRONTEND provide the same 
> functionality...).
> please try again,

Nah, I won't try because to me the currect code looks
suspiciously like an endless recursion.

It would also not work the way you tried to implement it,
as VDR does the following before tuning:

	while (GetFrontendEvent(event))
		; // discard stale events

Which would run into an endless loop if you create
frontend events "on demand".

Johannes




Home | Main Index | Thread Index