From: Thadeu Lima de Souza Cascardo Date: Wed, 8 Jul 2009 05:10:02 +0000 (-0700) Subject: Input: mark serio and i8042 as suspended when hibernating too X-Git-Tag: v2.6.31-rc3~56^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddaa43433dd77535e4e132787f199f58ce224f44;p=pandora-kernel.git Input: mark serio and i8042 as suspended when hibernating too Serio ports are not being restarted any longer because resume operations after hibernate do nothing, since the device has not been marked as suspended. This happens because suspend is only considering the SUSPEND event but not the FREEZE event. Note that this driver has still to migrate to dev_pm_ops, but this fixes this particular bug now. Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed