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
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
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