]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USBHID: don't recover device if suspend fails in system sleep
authorMing Lei <ming.lei@canonical.com>
Fri, 15 Mar 2013 04:08:55 +0000 (12:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 17:55:46 +0000 (10:55 -0700)
commit37093b7017a281b85dc523fdcf99418a564e1cd4
treeebf6b391efb1e7f8c83a01d6e2b4dcce76a04ba1
parent93e4f47f4d1a3483f009202e8a66a3a08de5c4b6
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>
drivers/hid/usbhid/hid-core.c