Skip to content

Instantly share code, notes, and snippets.

@bburdiliak
Created January 5, 2021 10:28
Show Gist options
  • Select an option

  • Save bburdiliak/ff19b87ddf85a6ee72d37a8f7d0a6b57 to your computer and use it in GitHub Desktop.

Select an option

Save bburdiliak/ff19b87ddf85a6ee72d37a8f7d0a6b57 to your computer and use it in GitHub Desktop.
resolve: immediate wake-up from suspend
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