Skip to content

Commit 7732300

Browse files
committed
99-openfpgaloader.rules: added rule for ESP32S3
1 parent 6c0c38d commit 7732300

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

99-openfpgaloader.rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ ATTRS{idVendor}=="1209", ATTRS{idProduct}=="3442", MODE="664", GROUP="plugdev",
6060
# QinHeng Electronics USB To UART+JTAG (ch347)
6161
ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="55dd", MODE="664", GROUP="plugdev", TAG+="uaccess"
6262

63+
# ESP32-S3 (usb-jtag bridge)
64+
ATTRS{idVendor}=="303a", ATTRS{idProduct}=="1001", MODE="664", GROUP="plugdev", TAG+="uaccess"
65+
6366
LABEL="openfpgaloader_rules_end"

0 commit comments

Comments
 (0)