Last active
July 27, 2022 05:00
-
-
Save sainak/88e6841fb7ba2e67e3846c590f71f6c5 to your computer and use it in GitHub Desktop.
udev rule to disable wakeup from logitech devices
This file contains 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
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