RE: Kernel thread in a driver: Unable to wake up thread if I quit the dev file and reopen it.

2007-09-14 Thread Stephane Cerveau
nel thread in a driver: Unable to wake up thread if I quit the dev file and reopen it. On Thursday 13 September 2007 17:28, Stephane Cerveau wrote: > Hi, > > I'm using busybox 1.1.0 and encounter a problem with a kernel thread > in a char driver. > I have a char driver using a

Re: Kernel thread in a driver: Unable to wake up thread if I quit the dev file and reopen it.

2007-09-13 Thread Denys Vlasenko
On Thursday 13 September 2007 17:28, Stephane Cerveau wrote: > Hi, > > I'm using busybox 1.1.0 and encounter a problem with a kernel thread in > a char driver. > I have a char driver using a kernel thread awaken(it reads data in a > registry) when it receive an interrupt signal. > When I insert

Kernel thread in a driver: Unable to wake up thread if I quit the dev file and reopen it.

2007-09-13 Thread Stephane Cerveau
Hi, I'm using busybox 1.1.0 and encounter a problem with a kernel thread in a char driver. I have a char driver using a kernel thread awaken(it reads data in a registry) when it receive an interrupt signal. When I insert the driver (insmod) and read data in the dev file (/dev/toto:name of my dev