From: Alan Stern Date: Thu, 1 Jun 2006 17:59:16 +0000 (-0400) Subject: [PATCH] usbcore: recovery from Set-Configuration failure X-Git-Tag: v2.6.18-rc1~858^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad07129a8ed2e13dcd7e6313c201c32bcf7cc32;p=pandora-kernel.git [PATCH] usbcore: recovery from Set-Configuration failure This patch (as703) improves the error handling when a Set-Configuration request fails. The old interfaces are all unregistered before the request is sent, and if the request fails then we don't know what config the device is using. So it makes no sense to leave actconfig pointing to the old configuration with its invalid interfaces. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed