From: Sarah Sharp Date: Wed, 9 Dec 2009 23:59:17 +0000 (-0800) Subject: USB: Add call to notify xHC of a device reset. X-Git-Tag: v2.6.34-rc1~215^2~191 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f0efaba4c2b644e6248648f75b0a8a522359f6;p=pandora-kernel.git USB: Add call to notify xHC of a device reset. Add a new host controller driver method, reset_device(), that the USB core will use to notify the host of a successful device reset. The call may fail due to out-of-memory errors; attempt the port reset sequence again if that happens. Update hub_port_init() to allow resetting a configured device. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed