David Vrabel 831baa4915 USB: whci-hcd: make endpoint_reset method async
usb_hcd_endpoint_reset() may be called in atomic context and must not
sleep.  So make whci-hcd's endpoint_reset() asynchronous.  URBs
submitted while the reset is in progress will be queued (on the std
list) and transfers will resume once the reset is complete.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-23 06:46:21 -07:00
..
2009-02-27 14:40:50 -08:00
2009-06-16 14:17:32 +10:00
2009-09-21 15:14:51 +02:00
2009-07-23 13:04:10 +09:00
2008-08-29 09:43:14 +02:00
2009-06-15 21:44:48 -07:00
2009-09-23 06:46:18 -07:00