Skip to content

Commit 83d306c

Browse files
authored
Merge pull request #1644 from KiBiz/additional-segger-jlink-usbdebugger-id
Add additional SEGGER J-Link model ID to USBDebugger resource
2 parents 0cf592f + 5a6c932 commit 83d306c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labgrid/resource/udev.py

+1
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ def filter_match(self, device):
747747
("1366", "0105"), # SEGGER J-Link
748748
("1366", "1015"), # SEGGER J-Link
749749
("1366", "1051"), # SEGGER J-Link
750+
("1366", "1061"), # SEGGER J-Link
750751
]:
751752
return False
752753

0 commit comments

Comments
 (0)