commit | 37093b7017a281b85dc523fdcf99418a564e1cd4 | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@canonical.com> | Fri Mar 15 12:08:55 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 25 10:55:46 2013 -0700 |
tree | ebf6b391efb1e7f8c83a01d6e2b4dcce76a04ba1 | |
parent | 93e4f47f4d1a3483f009202e8a66a3a08de5c4b6 [diff] |
USBHID: don't recover device if suspend fails in system sleep If suspend callback fails in system sleep context, usb core will ignore the failure and let the system sleep go ahead further, so this patch doesn't recover device under this situation, otherwise may cause resume() confused. Acked-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>