1
0
Files
linux/drivers
Oliver Neukum ebcf3ede6d USB: sierra close race
the sierra driver does not directly use usb_kill_urb(). It uses a wrapper.
This wrapper means that callbacks which are running are not killed during
close, resubmitting and illicitly pushing data into the tty layer.
The whole purpose of usb_kill_urb() is subverted. The wrapper must be removed.
The same problem as the option driver.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-04-27 13:28:37 -07:00
..
2007-04-19 19:20:52 -04:00
2007-04-17 16:36:28 -07:00
2007-04-27 10:57:31 -07:00
2007-04-25 22:28:26 -07:00
2007-04-27 10:57:30 -07:00
2007-04-27 13:28:37 -07:00