Skip to content

Commit b9047fd

Browse files
authored
Merge pull request #1518 from nvincent-vossloh/add-stlink-chipid
udev: Adds model id for stlink-v2 and v3
2 parents b120654 + 51205ed commit b9047fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labgrid/resource/udev.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,9 @@ def filter_match(self, device):
710710

711711
if match not in [("0403", "6010"), # FT2232C/D/H Dual UART/FIFO IC
712712
("0403", "6014"), # FT232HL/Q
713+
("0483", "3748"), # STLINK-V2
713714
("0483", "374b"), # STLINK-V3
715+
("0483", "374e"), # STLINK-V3
714716
("0483", "374f"), # STLINK-V3
715717
("15ba", "0003"), # Olimex ARM-USB-OCD
716718
("15ba", "002b"), # Olimex ARM-USB-OCD-H

0 commit comments

Comments
 (0)