Please set wake up from suspend by USB keyboard or mouse as default
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned | ||
linux-meta (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: linux-image
I think it would be a great usability improvement. I searched a little and I found that sending proper commands to /proc/acpi/wakeup makes it works. Like:
"echo USB0 > /proc/acpi/wakeup" or "echo UHC1 > /proc/acpi/wakeup"
(identifier name may change through different machines)
I know I could just add an script to /etc/init.d/... to make this, but I'm reporting this as a bug because I think that, on Ubuntu, it's not expected you have to send messages to system devices/files on command line (or thinks like this) to make things "just work". Returning from suspend should feel as natural as coming back from the screen saver.
I'm not sure about the deep details, but looks easy to do this, maybe it's just changing a default setting or so.
If for some reason it can't be enabled by default, it would be nice to have this option in Power Management settings.
Maybe the same above could be considered to Wake on Lan, too.
affects current kernel version