Skip to content

Commit

Permalink
resource: udev: new USB ID for USBDebugger
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
enkiusz committed May 13, 2024
1 parent 70232e4 commit ea47e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labgrid/resource/udev.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea47e51

Please sign in to comment.