Input: i8042 - allow KBD and AUX ports to wake up from suspend-to-idle
authorRafael J. Wysocki <rjw@rjwysocki.net>
Tue, 10 Mar 2015 00:03:07 +0000 (17:03 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 10 Mar 2015 00:05:31 +0000 (17:05 -0700)
commitf13b2065de8147a1652b830ea5db961cf80c09df
treeb54de849a839be23fee08b11515786a14f50ce42
parent91c68a7c1d92b48287f2f3111a9b09b26a263d3f
Input: i8042 - allow KBD and AUX ports to wake up from suspend-to-idle

While registering serio device for i8042, mark them as wakeup-capable
and check their user space wakeup settings in i8042_pm_suspend() and
i8042_pm_resume() to enable or disable, respectively, their interrupts
to wake up the system.

This makes it possible to use the PC keyboard to wake up the system
from suspend-to-idle, among other things, after writing "enabled" to
the keyboard serio device's power/wakeup sysfs attribute.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/i8042.c