From: Alan Stern Date: Mon, 30 Jun 2008 15:14:43 +0000 (-0400) Subject: USB: use reset_resume when normal resume fails X-Git-Tag: v2.6.27-rc1~946^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c57edf60f5c98adb496880f56cd0e5a3423153;p=pandora-kernel.git USB: use reset_resume when normal resume fails This patch (as1109b) makes USB-Persist more resilient to errors. With the current code, if a normal resume fails, it's an unrecoverable error. With the patch, if a normal resume fails (and if the device is enabled for USB-Persist) then a reset-resume is tried. This fixes the problem reported in Bugzilla #10977. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed