Skip to content

Commit

Permalink
Adding Zephyr framework USB VID PID to udev rules. (#4947)
Browse files Browse the repository at this point in the history
As Zephyr is officially supported by platformio, it make sense to add its default VID:PID to udev rules.
  • Loading branch information
jalinei authored Jul 11, 2024
1 parent 882d4da commit 4c490cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformio/assets/system/99-platformio-udev.rules
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,6 @@ ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2107", MODE="0666", ENV{ID_MM_DEVICE

# Espressif USB JTAG/serial debug unit
ATTRS{idVendor}=="303a", ATTRS{idProduct}=="1001", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"

# Zephyr framework USB CDC-ACM
ATTRS{idVendor}=="2fe3", ATTRS{idProduct}=="0100", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"

0 comments on commit 4c490cc

Please sign in to comment.