Skip to content

Commit 51205ed

Browse files
udev: Adds model id for stlink-v2 and v3
Update list of USBDebugger to match stlink v2 and more stlink v3 Signed-off-by: Nicolas VINCENT <nicolas.vincent@vossloh.com>
1 parent b120654 commit 51205ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)