bootstrap: Disable system USB mouse wakeups
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.
This commit is contained in:
parent
f6a9006c07
commit
88336a433a
1 changed files with 1 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTRS{idVendor}=="0000", ATTRS{idProduct}=="3825", ATTR{power/wakeup}="disabled"
|
Loading…
Reference in a new issue