Skip to content

Instantly share code, notes, and snippets.

@jefferymiller
Created July 24, 2019 21:02
Show Gist options
  • Save jefferymiller/f2d674dcbfc874745b5609d863d8a072 to your computer and use it in GitHub Desktop.
Save jefferymiller/f2d674dcbfc874745b5609d863d8a072 to your computer and use it in GitHub Desktop.
# Enable wakeup on USB 1.1 root hubs to allow resume from keyboard.
# The USB v:p 1d6b:0001 is Linux Foundation 1.1 root hub
SUBSYSTEM=="usb" ATTR{idVendor}=="1d6b", ATTR{idProduct}=="0001" \
SUBSYSTEMS=="pci" DRIVERS=="uhci_hcd" \
ATTR{power/wakeup}="enabled"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment