Skip to content

Commit

Permalink
Merge pull request #1286 from KiBiz/segger-jlink-usbdebugger-ids
Browse files Browse the repository at this point in the history
Add additional SEGGER J-Link model IDs to USBDebugger resource
  • Loading branch information
Bastian-Krause committed Oct 20, 2023
2 parents 0657977 + 8aef832 commit fe63a1d
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 fe63a1d

Please sign in to comment.