Skip to content

Instantly share code, notes, and snippets.

@nathanrossi
Created November 2, 2016 13:47
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 nathanrossi/a41b2af6538ded6d0f2a458691cd1110 to your computer and use it in GitHub Desktop.
Save nathanrossi/a41b2af6538ded6d0f2a458691cd1110 to your computer and use it in GitHub Desktop.
# /etc/udev/rules.d/52-xilinx-digilent-usb.rules
ATTR{idVendor}=="1443", MODE:="666"
ACTION=="add", ATTR{idVendor}=="0403", ATTR{manufacturer}=="Digilent", MODE:="666"
@OussamaDanba
Copy link

OussamaDanba commented Mar 5, 2024

Replace ATTR with ATTRS if the /dev/ttyUSB entries do not actually have permissions set to 666.

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