Skip to content

Instantly share code, notes, and snippets.

@camateg
Last active December 27, 2021 22:05
Show Gist options
  • Select an option

  • Save camateg/a748dd2fe2d32097ebfda44d723a5579 to your computer and use it in GitHub Desktop.

Select an option

Save camateg/a748dd2fe2d32097ebfda44d723a5579 to your computer and use it in GitHub Desktop.
For /etc/udev/rules.d
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666", ENV{ID_MM_DEVICE_IGNORE}="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment