Input: serio - offload resume to kseriod
authorShaohua Li <shaohua.li@intel.com>
Thu, 3 Jul 2008 14:45:38 +0000 (10:45 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 23 Jul 2008 18:02:04 +0000 (14:02 -0400)
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 <shaohua.li@intel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found