commit | 6aabcdffd1a5f8f5b906696e58069c4f8fced542 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shaohua.li@intel.com> | Thu Jul 03 10:45:38 2008 -0400 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Jul 23 14:02:04 2008 -0400 |
tree | 43dfbbfc928d37fe20433f34a9e583d164ee1f80 | |
parent | a822bea7962b500b0bcab41bf3500f7c40ae56b5 [diff] |
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>