From: Alan Jenkins Date: Wed, 17 Feb 2010 20:17:33 +0000 (-0800) Subject: Input: i8042 - fix KBC jam during hibernate X-Git-Tag: v2.6.33~31^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d1a2a11b9b29c3be1dd781dc88518ffab8d4be;p=pandora-kernel.git Input: i8042 - fix KBC jam during hibernate 633aae2 "Input: i8042 - switch to using dev_pm_ops" removed handling for PMSG_THAW, since we do not need to do anything during freeze and thus it was thougt that thaw is not needed as well. However, there is a period when interrupts are kept off, and if key happens to be pressed during that time KBC becomes jammed. To avoid the jam we simply need to poll KBC once during thaw. Signed-off-by: Alan Jenkins Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed