Skip to content

Instantly share code, notes, and snippets.

@x1unix
Created October 20, 2023 20:05
Show Gist options
  • Save x1unix/8a3b339a07c8ff0afa7c1326009b23ef to your computer and use it in GitHub Desktop.
Save x1unix/8a3b339a07c8ff0afa7c1326009b23ef to your computer and use it in GitHub Desktop.
Switch udev rules
# Place in /etc/udev/rules.d
SUBSYSTEM=="usb", ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7321", MODE:="0666", GROUP="plugdev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment