From: Aleksej Makarov Date: Sat, 23 Nov 2013 18:20:36 +0000 (-0800) Subject: Input: don't call input_dev_release_keys() in resume X-Git-Tag: v3.14-rc1~104^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=768d9aa55740754aa4efb8aca594e3841237dd88;p=pandora-kernel.git Input: don't call input_dev_release_keys() in resume When waking up the platform by pressing a specific key, sending a release on that key makes it impossible to react on the event in user-space. This is fixed by moving the input_reset_device() call to resume instead. [dmitry.torokhov@gmail.com: make sure we still restore LED/sound state after resume, handle hibernation properly] Signed-off-by: Aleksej Makarov Signed-off-by: Oskar Andero Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed