Re: [linux-usb-devel] usb driver crashing other apps

2005-02-10 Thread Joaquin Durand Gomez
Thank you Alan for answering. I had already checked all memory allocation and deallocation but its worth a double and triple check, I'll do that again today. The tasklet_buffer is deallocated inside the process_data() function, thats because I don't know the exact time when the tasklet gets exec

Re: [linux-usb-devel] usb driver crashing other apps

2005-02-10 Thread Alan Stern
On Wed, 9 Feb 2005, Joaquin Durand Gomez wrote: > Hello! > > I'm developing a linux driver for a USB fingerprint sensor. > Right now the driver is working correctly, capturing fingerprint images > from the sensor and sending them to a user-space application. > The problem I'm having is that afte

[linux-usb-devel] usb driver crashing other apps

2005-02-09 Thread Joaquin Durand Gomez
Hello! I'm developing a linux driver for a USB fingerprint sensor. Right now the driver is working correctly, capturing fingerprint images from the sensor and sending them to a user-space application. The problem I'm having is that after a random number of finger captures the driver itself crashe