Created
January 5, 2021 10:28
-
-
Save bburdiliak/ff19b87ddf85a6ee72d37a8f7d0a6b57 to your computer and use it in GitHub Desktop.
resolve: immediate wake-up from suspend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat /sys/bus/usb/devices/*/power/wakeup | |
| ll /sys/bus/usb/devices/*/power/wakeup | |
| cat /sys/bus/usb/devices/1-4/idVendor | |
| cat /sys/bus/usb/devices/1-4/idProduct | |
| echo "disabled" > /sys/bus/usb/devices/1-4/power/wakeup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment