Fedora 20 - wake on mouse/keyboard
I have freshly installed fedora 20 on desktop computer with usb wireless keyboard/mouse. I'm trying to set it up to allow wake up from suspend on mouse click / key press.
I tried to set
echo enabled > /sys/bus/usb/devices/usb1/power/wakeup
echo on > /sys/bus/usb/devices/1-7/power/control
Alone and when it did not work then in conjunction with
echo on > /sys/bus/usb/devices/usb1/power/control
echo on > /sys/bus/usb/devices/1-7/power/control
But it did not work. Am I going in right direction? How to determine for which usb device I have to enable wakeup?
I was able to wake up using wired mouse so the problem is probably with wireless device not with system configuration.