Skip to content

Instantly share code, notes, and snippets.

@glycerine102
Created April 18, 2022 13:29
Show Gist options
  • Save glycerine102/7ad3ea1a9ffc274bc629832f7096ec56 to your computer and use it in GitHub Desktop.
Save glycerine102/7ad3ea1a9ffc274bc629832f7096ec56 to your computer and use it in GitHub Desktop.
# Disable Asrock LED controller
SUBSYSTEM=="usb", ATTRS{idVendor}=="26ce", ATTRS{idProduct}=="01a2", ATTR{authorized}="0"
@glycerine102
Copy link
Author

Disables Asrock LED Controller since it shows up as a joystick.

❯ lsusb | rg -i asrock
Bus 003 Device 003: ID 26ce:01a2 ASRock LED Controller

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment