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 f1ed85e + edf087d commit 4ca2a60Copy full SHA for 4ca2a60
labgrid/resource/udev.py
@@ -687,6 +687,7 @@ def filter_match(self, device):
687
match = (device.properties.get('ID_VENDOR_ID'), device.properties.get('ID_MODEL_ID'))
688
689
if match not in [("0403", "6010"), # FT2232C/D/H Dual UART/FIFO IC
690
+ ("0483", "374b"), # STLINK-V3
691
("0483", "374f"), # STLINK-V3
692
("15ba", "0003"), # Olimex ARM-USB-OCD
693
("15ba", "002b"), # Olimex ARM-USB-OCD-H
0 commit comments