linux/drivers/usb/image
Alan Stern 011b15df46 USB: change interface to usb_lock_device_for_reset()
This patch (as1161) changes the interface to
usb_lock_device_for_reset().  The existing interface is apparently not
very clear, judging from the fact that several of its callers don't
use it correctly.  The new interface always returns 0 for success and
it always requires the caller to unlock the device afterward.

The new routine will not return immediately if it is called while the
driver's probe method is running.  Instead it will wait until the
probe is over and the device has been unlocked.  This shouldn't cause
any problems; I don't know of any cases where drivers call
usb_lock_device_for_reset() during probe.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-01-07 09:59:52 -08:00
..
Kconfig USB: Remove EXPERIMENTAL designation from USB MDC800 support. 2008-04-24 21:16:43 -07:00
Makefile
mdc800.c USB: remove err() macro from more usb drivers 2008-10-17 14:41:14 -07:00
microtek.c USB: change interface to usb_lock_device_for_reset() 2009-01-07 09:59:52 -08:00
microtek.h USB: microtek: remove unused semaphore 2008-04-24 21:16:33 -07:00