commit | 86c57edf60f5c98adb496880f56cd0e5a3423153 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Jun 30 11:14:43 2008 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jul 21 15:16:48 2008 -0700 |
tree | e95742e71c85f85549d3be390803d1fa5328853f | |
parent | ac90e36592ea5171c4e70f58b39a782d871a7d9f [diff] |
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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>