Skip to content

Commit

Permalink
Add additional SEGGER J-Link model IDs to USBDebugger resource
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Martinsson <[email protected]>
  • Loading branch information
KiBiz committed Oct 20, 2023
1 parent 0657977 commit 6b413da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labgrid/resource/udev.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,9 @@ def filter_match(self, device):
("15ba", "0004"), # Olimex ARM-USB-TINY
("15ba", "002a"), # Olimex ARM-USB-TINY-H
("1366", "0101"), # SEGGER J-Link PLUS
("1366", "0105"), # SEGGER J-Link
("1366", "1015"), # SEGGER J-Link
("1366", "1051"), # SEGGER J-Link
]:
return False

Expand Down

0 comments on commit 6b413da

Please sign in to comment.