commit | dd4dd19e8d13e1e9bf8295bf71f132b511b130bf | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri May 04 11:55:54 2007 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jul 12 16:29:47 2007 -0700 |
tree | d2202761f84ab4d04ca21c28d7dbefd689e2acc2 | |
parent | 3c519b846c4d5edf7c94d1eede42445a815bf65c [diff] |
USB: Make device reset stop retrying after disconnect This patch (as898) changes the port reset code in the hub driver. If a connect change occurs, it is reported the same way as a disconnect (which of course is what it really is). It also changes usb_reset_device(), to prevent the routine from futilely retrying the reset after a disconnect has occurred. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>