Skip to content

Commit

Permalink
Add udev rule for Tachyon EDL
Browse files Browse the repository at this point in the history
  • Loading branch information
monkbroc committed Jan 17, 2025
1 parent 1fcf16d commit 5e84ec4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/50-particle.rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="2b04", ATTRS{idProduct}=="[cd]0??", GROUP="
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", GROUP="plugdev", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1"
# Particle Debugger
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0d28", ATTRS{idProduct}=="0204", GROUP="plugdev", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1"
#
# Tachyon in EDL mode
SUBSYSTEM=="usb", ATTRS{idProduct}=="9008", ATTRS{idVendor}=="05c6", GROUP="plugdev", MODE="0666"
#
# If you share your linux system with other users, or just don't like the
# idea of write permission for everybody, you can replace MODE:="0666" with
Expand Down

0 comments on commit 5e84ec4

Please sign in to comment.