Skip to content

Commit 9e0562e

Browse files
authored
Merge pull request #1403 from mgrela/digilent-jtag-smt2-usb-ids
resource: udev: new USB ID for USBDebugger
2 parents 70232e4 + ea47e51 commit 9e0562e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labgrid/resource/udev.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ def filter_match(self, device):
704704
match = (device.properties.get('ID_VENDOR_ID'), device.properties.get('ID_MODEL_ID'))
705705

706706
if match not in [("0403", "6010"), # FT2232C/D/H Dual UART/FIFO IC
707+
("0403", "6014"), # FT232HL/Q
707708
("0483", "374b"), # STLINK-V3
708709
("0483", "374f"), # STLINK-V3
709710
("15ba", "0003"), # Olimex ARM-USB-OCD

0 commit comments

Comments
 (0)