We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080502d commit 5a6c932Copy full SHA for 5a6c932
1 file changed
labgrid/resource/udev.py
@@ -747,6 +747,7 @@ def filter_match(self, device):
747
("1366", "0105"), # SEGGER J-Link
748
("1366", "1015"), # SEGGER J-Link
749
("1366", "1051"), # SEGGER J-Link
750
+ ("1366", "1061"), # SEGGER J-Link
751
]:
752
return False
753
0 commit comments