From ea47e51cfd9720adb67b12d108350005632144e5 Mon Sep 17 00:00:00 2001 From: Maciej Grela Date: Mon, 13 May 2024 15:00:55 +0200 Subject: [PATCH] resource: udev: new USB ID for USBDebugger Add the USB IDs for an FT232HL chip in the Digilent JTAG-SMT2 surface-mount programming module used as a JTAG programmer on FPGA boards. Signed-off-by: Maciej Grela --- labgrid/resource/udev.py | 1 + 1 file changed, 1 insertion(+) diff --git a/labgrid/resource/udev.py b/labgrid/resource/udev.py index fec175505..d3903eb95 100644 --- a/labgrid/resource/udev.py +++ b/labgrid/resource/udev.py @@ -704,6 +704,7 @@ def filter_match(self, device): match = (device.properties.get('ID_VENDOR_ID'), device.properties.get('ID_MODEL_ID')) if match not in [("0403", "6010"), # FT2232C/D/H Dual UART/FIFO IC + ("0403", "6014"), # FT232HL/Q ("0483", "374b"), # STLINK-V3 ("0483", "374f"), # STLINK-V3 ("15ba", "0003"), # Olimex ARM-USB-OCD