Skip to content

Commit

Permalink
resources: udev: add additional SEGGER J-Link model IDs to USBDebugge…
Browse files Browse the repository at this point in the history
…r resource

Signed-off-by: Andreas Martinsson <[email protected]>
[bst: added prefix to commit message]
Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
KiBiz authored and Bastian-Krause committed Oct 20, 2023
1 parent 0657977 commit 8aef832
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 8aef832

Please sign in to comment.