We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b120654 + 51205ed commit b9047fdCopy full SHA for b9047fd
labgrid/resource/udev.py
@@ -710,7 +710,9 @@ def filter_match(self, device):
710
711
if match not in [("0403", "6010"), # FT2232C/D/H Dual UART/FIFO IC
712
("0403", "6014"), # FT232HL/Q
713
+ ("0483", "3748"), # STLINK-V2
714
("0483", "374b"), # STLINK-V3
715
+ ("0483", "374e"), # STLINK-V3
716
("0483", "374f"), # STLINK-V3
717
("15ba", "0003"), # Olimex ARM-USB-OCD
718
("15ba", "002b"), # Olimex ARM-USB-OCD-H
0 commit comments