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 70232e4 + ea47e51 commit 9e0562eCopy full SHA for 9e0562e
labgrid/resource/udev.py
@@ -704,6 +704,7 @@ def filter_match(self, device):
704
match = (device.properties.get('ID_VENDOR_ID'), device.properties.get('ID_MODEL_ID'))
705
706
if match not in [("0403", "6010"), # FT2232C/D/H Dual UART/FIFO IC
707
+ ("0403", "6014"), # FT232HL/Q
708
("0483", "374b"), # STLINK-V3
709
("0483", "374f"), # STLINK-V3
710
("15ba", "0003"), # Olimex ARM-USB-OCD
0 commit comments