Add udev rule for STLink v2.1
This commit is contained in:
parent
8a75473306
commit
c76cec7125
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
||||||
# ST-LINK/V2
|
# ST-LINK/V2
|
||||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", MODE="0660", GROUP="plugdev"
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", MODE="0660", GROUP="plugdev"
|
||||||
|
|
||||||
|
# ST-LINK/V2.1
|
||||||
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3752", MODE="0660", GROUP="plugdev"
|
||||||
|
|
||||||
# WCH-LinkE
|
# WCH-LinkE
|
||||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="8010", MODE="0660", GROUP="plugdev"
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="8010", MODE="0660", GROUP="plugdev"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue