aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/usb/callbacks.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-04-29USB: documentation update for the pre_reset methodAlan Stern1-3/+5
This patch (as1459) updates the documentation for the pre_reset method in struct usb_driver. When a driver is notified of an impending reset, it must cancel all outstanding I/O and not start any new I/O until it has been notified that the reset is complete. As far as I know, most existing drivers that implement pre_reset do this now. The major exceptions appear to be the SpeedTouch and CDC-WDM drivers. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-12trivial: usb: fix missing space typo in docNémeth Márton1-1/+1
Signed-off-by: Márton Németh <nm127@freemail.hu> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2008-04-24USB: add documentation about callbacksOliver Neukum1-0/+132
Add Documentation about callbacks in USB. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>