Add WCH-LinkE USB udev rules

This commit is contained in:
fruchti 2023-03-10 21:22:32 +01:00
parent 33b6b11835
commit bea86ea43b

View file

@ -26,5 +26,8 @@
# 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"
# WCH-LinkE
SUBSYSTEM=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="8010", MODE="0660", GROUP="plugdev"
''; '';
} }