From: Shaohua Li Date: Thu, 3 Jul 2008 14:45:38 +0000 (-0400) Subject: Input: serio - offload resume to kseriod X-Git-Tag: v2.6.27-rc1~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aabcdffd1a5f8f5b906696e58069c4f8fced542;p=pandora-kernel.git Input: serio - offload resume to kseriod When resuming AUX ports psmouse driver calls psmouse_extensions() to determine if the attached mouse is still the same, which may take a while to complete for generic mice. Offload the resume process to kseriod so the rest of the system may continue resuming without waiting for the mouse. Signed-off-by: Shaohua Li Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed