Skip to content

Instantly share code, notes, and snippets.

@warnergodfrey
Last active October 8, 2015 00:10
Show Gist options
  • Save warnergodfrey/3246782 to your computer and use it in GitHub Desktop.
Save warnergodfrey/3246782 to your computer and use it in GitHub Desktop.
Give Delcom USB light write permissions on Linux and prevent usbhid from claiming the device by adding the quirk to the boot commandline.
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fc5", ATTRS{idProduct}=="b080", ACTION=="add", SYMLINK+="delcom", MODE="0666", GROUP="plugdev"
usbhid.quirks=0x0fc5:0xb080:0x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment