Skip to content

Commit 7e293a9

Browse files
committed
Add additional IDs to USBDebugger resource
Signed-off-by: Andreas Martinsson <andreas@ekkono.ai>
1 parent f63dfd7 commit 7e293a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

labgrid/resource/udev.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,13 +758,16 @@ def filter_match(self, device):
758758
("0483", "374b"), # STLINK-V3
759759
("0483", "374e"), # STLINK-V3
760760
("0483", "374f"), # STLINK-V3
761+
("0483", "3754"), # STLINK-V3
762+
("04b4", "f155"), # KitProg3 CMSIS-DAP
761763
("15ba", "0003"), # Olimex ARM-USB-OCD
762764
("15ba", "002b"), # Olimex ARM-USB-OCD-H
763765
("15ba", "0004"), # Olimex ARM-USB-TINY
764766
("15ba", "002a"), # Olimex ARM-USB-TINY-H
765767
("1366", "0101"), # SEGGER J-Link PLUS
766768
("1366", "0105"), # SEGGER J-Link
767769
("1366", "1015"), # SEGGER J-Link
770+
("1366", "1024"), # SEGGER J-Link
768771
("1366", "1051"), # SEGGER J-Link
769772
("1366", "1061"), # SEGGER J-Link
770773
]:

0 commit comments

Comments
 (0)