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)
commit6aabcdffd1a5f8f5b906696e58069c4f8fced542
tree43dfbbfc928d37fe20433f34a9e583d164ee1f80
parenta822bea7962b500b0bcab41bf3500f7c40ae56b5
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 <shaohua.li@intel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/serio.c