[linux-dvb] Re: wait_event_interruptible_timeout not working correctly

2004-03-12 Thread Andrew de Quincey
On Friday 12 March 2004 10:01, Michael Hunold wrote: > Hello Andrew, > > On 03/12/04 11:00, Andrew de Quincey wrote: > > On Friday 12 March 2004 09:54, Michael Hunold wrote: > >>Andrew, do you fix this problem by yourself or do you want me to change > >>it so it works like before? > > > > Nah, its

[linux-dvb] Re: wait_event_interruptible_timeout not working correctly

2004-03-12 Thread Andrew de Quincey
On Friday 12 March 2004 09:54, Michael Hunold wrote: > Hello, > > On 03/12/04 01:42, Ralph Metzler wrote: > > Andrew de Quincey writes: > > > If you look in dvb_frontend_thread(), there is a main loop with the > > > following call: timeout = > > > wait_event_interruptible_timeout(fe->wait_queue,

[linux-dvb] Re: wait_event_interruptible_timeout not working correctly

2004-03-12 Thread Andrew de Quincey
> > is NOT FESTATE_RETUNE. > > > > The problem is the wake_up_interruptible is not working. The frontend > > thread *always* sleeps for the 3*HZ. You can really see this by upping > > the frontend thread initial delay to 20*HZ. There will be a 20 second > > delay before the FE_SET_FRONTEND i