remarkable-linux/drivers/staging/uc2322
Alan Stern f9c99bb8b3 USB: usb-serial: replace shutdown with disconnect, release
This patch (as1254) splits up the shutdown method of usb_serial_driver
into a disconnect and a release method.

The problem is that the usb-serial core was calling shutdown during
disconnect handling, but drivers didn't expect it to be called until
after all the open file references had been closed.  The result was an
oops when the close method tried to use memory that had been
deallocated by shutdown.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-15 21:44:47 -07:00
..
aten2011.c USB: usb-serial: replace shutdown with disconnect, release 2009-06-15 21:44:47 -07:00
Kconfig Staging: add aten2011 usb to serial converter driver. 2009-04-03 14:53:36 -07:00
Makefile Staging: add aten2011 usb to serial converter driver. 2009-04-03 14:53:36 -07:00
TODO Staging: aten2011: fix up sparse warnings 2009-04-03 14:53:37 -07:00