Skip to content

Instantly share code, notes, and snippets.

@superterran
Last active July 18, 2021 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superterran/dbda378ad09a6b2f6ef08029733c13a3 to your computer and use it in GitHub Desktop.
Save superterran/dbda378ad09a6b2f6ef08029733c13a3 to your computer and use it in GitHub Desktop.
Logitech Unifying Receiver USB wake udev rule
# /etc/udev/rules.d/logitech.rules
# Logitech Unifying Reciver
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTRS{idVendor}=="046d", ATTR{power/wakeup}="enabled"
# Dell U3818DW Monitor USB Hub
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTRS{idVendor}=="1d6b", ATTR{power/wakeup}="enabled"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment