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
- SYMLINK+="stlinkv3loader_%n"
6
-
7
- SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", \
8
- MODE:="0666", \
9
- SYMLINK+="stlinkv3_%n"
10
-
11
- SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374f", \
12
- MODE:="0666", \
13
- SYMLINK+="stlinkv3_%n"
14
-
15
- SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3753", \
16
- MODE:="0666", \
17
- SYMLINK+="stlinkv3_%n"
18
-
19
- # If you share your linux system with other users, or just don't like the
20
- # idea of write permission for everybody, you can replace MODE:="0666" with
21
- # OWNER:="yourusername" to create the device owned by you, or with
22
- # GROUP:="somegroupname" and mange access using standard unix groups.
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
+ SYMLINK+="stlinkv3loader_%n"
6
+
7
+ SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", \
8
+ MODE:="0666", \
9
+ SYMLINK+="stlinkv3_%n"
10
+
11
+ SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374f", \
12
+ MODE:="0666", \
13
+ SYMLINK+="stlinkv3_%n"
14
+
15
+ SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3753", \
16
+ MODE:="0666", \
17
+ SYMLINK+="stlinkv3_%n"
18
+
19
+ # If you share your linux system with other users, or just don't like the
20
+ # idea of write permission for everybody, you can replace MODE:="0666" with
21
+ # OWNER:="yourusername" to create the device owned by you, or with
22
+ # GROUP:="somegroupname" and mange access using standard unix groups.
0 commit comments