]> git.baikalelectronics.ru Git - kernel.git/commit
Input: serio - do not mark kseriod freezable anymore
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 25 Dec 2009 05:40:43 +0000 (21:40 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 25 Dec 2009 05:43:06 +0000 (21:43 -0800)
commit3bd29b444cfa4d501a0dc09ffcc3ea156a6b46d4
treeade2fcbcbb4e01fec83856e8710acd148948505b
parentb4699e56946517b6427598e2c69349a707dff27c
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 <rjw@sisk.pl>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/serio.c