Marty Oehme
88336a433a
My (un-branded) usb mouse prevented the system from going into suspend/hibernation by sending intermittent wakeup signals. This system configuration option simply disables the device from sending those wakeup signals. Used with superuser stow installation method.
1 line
130 B
Text
1 line
130 B
Text
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTRS{idVendor}=="0000", ATTRS{idProduct}=="3825", ATTR{power/wakeup}="disabled"
|