From: Alan Stern Date: Thu, 28 Apr 2011 14:45:24 +0000 (-0400) Subject: USB: documentation update for the pre_reset method X-Git-Tag: v3.0-rc1~337^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6498d9db6d2dad4cf5deb2dd09e0816904f41ca5;p=pandora-kernel.git USB: documentation update for the pre_reset method 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed