From: Alan Stern Date: Fri, 4 May 2007 15:55:54 +0000 (-0400) Subject: USB: Make device reset stop retrying after disconnect X-Git-Tag: v2.6.23-rc1~1083^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd4dd19e8d13e1e9bf8295bf71f132b511b130bf;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed