Skip to content

Instantly share code, notes, and snippets.

@lightrush
Created October 9, 2023 22:35
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 lightrush/1cc8a8c53271146a5601f60256867bb8 to your computer and use it in GitHub Desktop.
Save lightrush/1cc8a8c53271146a5601f60256867bb8 to your computer and use it in GitHub Desktop.
Qudelix 5K udev rule for Chrome app connection over USB
SUBSYSTEM=="usb", ATTRS{idVendor}=="0a12", MODE="0660", GROUP="plugdev", TAG+="uaccess"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", , GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment