commit | a5f0efaba4c2b644e6248648f75b0a8a522359f6 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Wed Dec 09 15:59:17 2009 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 02 14:53:12 2010 -0800 |
tree | 62b899d29b3089dc2ce2f7037dc43cde34501b4c | |
parent | 2a8f82c4ceaffcfd64531dbdee1d1bc227387882 [diff] |
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 <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>