49-stlinkv3.rules
1 # stlink-v3 boards (standalone and embedded) in usbloader mode and standard (debug) mode 2 3 SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374d", \ 4 MODE:="0666" 5 6 SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", \ 7 MODE:="0666" 8 9 SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374f", \ 10 MODE:="0666" 11 12 SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3753", \ 13 MODE:="0666" 14 15 SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3754", \ 16 MODE:="0666" 17 18 SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3755", \ 19 MODE:="0666" 20 21 SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3757", \ 22 MODE:="0666" 23 24 # If you share your linux system with other users, or just don't like the 25 # idea of write permission for everybody, you can replace MODE:="0666" with 26 # OWNER:="yourusername" to create the device owned by you, or with 27 # GROUP:="somegroupname" and mange access using standard unix groups.