Skip to content

Instantly share code, notes, and snippets.

@sainak
Last active July 27, 2022 05:00
Show Gist options
  • Save sainak/88e6841fb7ba2e67e3846c590f71f6c5 to your computer and use it in GitHub Desktop.
Save sainak/88e6841fb7ba2e67e3846c590f71f6c5 to your computer and use it in GitHub Desktop.
udev rule to disable wakeup from logitech devices
ACTION=="add", SUBSYSTEM=="usb", ATTR{idProduct}=="c52b", ATTR{idVendor}=="046d", ATTR{power/wakeup}="disabled"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment