a4ab995ff0
add basic user space support for suspend to idle (fate#323814) OBS-URL: https://build.opensuse.org/request/show/584202 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1018
4 lines
355 B
Plaintext
4 lines
355 B
Plaintext
# enable usb and standard AT Keyboards as wakeup sources for suspend-to-idle (S2I) fate#323814
|
|
ACTION=="add", ATTR{power/wakeup}=="disabled", SUBSYSTEM=="serio", ATTR{description}=="i8042 KBD port", ATTR{power/wakeup}="enabled"
|
|
ACTION=="add", ATTR{power/wakeup}=="disabled", SUBSYSTEM=="hid", ATTRS{bInterfaceProtocol}=="01", ATTR{power/wakeup}="enabled"
|