summarylogtreecommitdiffstats
path: root/99-jlink.rules.patch
blob: 96830f35f3f2552442f0493159e44f23735c887e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 99-jlink_old.rules	2020-02-26 23:36:03.499118779 +0100
+++ 99-jlink.rules	2020-02-26 23:36:22.939301687 +0100
@@ -353,9 +353,9 @@
 # Make sure that VCOM ports of J-Links can be opened with user rights
 # We simply say that all devices from SEGGER which are in the "tty" domain are enumerated with normal user == R/W
 #
-SUBSYSTEM=="tty", ATTRS{idVendor}=="1366", MODE="0666", GROUP="dialout"
-SUBSYSTEM=="tty", ATTRS{idVendor}=="c251", MODE="0666", GROUP="dialout"
-SUBSYSTEM=="tty", ATTRS{idVendor}=="0d28", MODE="0666", GROUP="dialout"
+SUBSYSTEM=="tty", ATTRS{idVendor}=="1366", MODE="0666", GROUP="uucp"
+SUBSYSTEM=="tty", ATTRS{idVendor}=="c251", MODE="0666", GROUP="uucp"
+SUBSYSTEM=="tty", ATTRS{idVendor}=="0d28", MODE="0666", GROUP="uucp"
 #
 # End of list
 #