From: Dmitry Torokhov Date: Fri, 25 Dec 2009 05:40:43 +0000 (-0800) Subject: Input: serio - do not mark kseriod freezable anymore X-Git-Tag: v2.6.33-rc3~31^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea486e681188d64c6a101d8d06414aef0f9f0cd3;p=pandora-kernel.git Input: serio - do not mark kseriod freezable anymore We used to make kseriod freezable to prevent unnecessary attempts at resuming keyboard and mouse before taking hibernation image when suspend and hibernation were sharing PM operations. Now that they are separated and we don't risk resuming during 'thaw' we don't need to freeze kseriod anymore. This will allow us to start resetting mouse and keyboard a bit earlier, before rest of the userspace comes back up. Acked-by: Rafael J. Wysocki Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed