From: Antonio Borneo Date: Mon, 30 Mar 2020 19:54:17 +0000 (+0200) Subject: contrib/60-openocd.rules: add udev rules for Linux gpiod X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=aa277fb358b7ff02b8231d4141c673722c580cf3;p=fw%2Fopenocd contrib/60-openocd.rules: add udev rules for Linux gpiod Change-Id: I767776d3659adddefe81a63f351794318463fd50 Signed-off-by: Antonio Borneo Reviewed-on: http://openocd.zylin.com/5560 Tested-by: jenkins --- diff --git a/contrib/60-openocd.rules b/contrib/60-openocd.rules index 617346d1c..74fc84da6 100644 --- a/contrib/60-openocd.rules +++ b/contrib/60-openocd.rules @@ -3,6 +3,9 @@ # with the command "udevadm control --reload" ACTION!="add|change", GOTO="openocd_rules_end" + +SUBSYSTEM=="gpio", MODE="0660", GROUP="plugdev", TAG+="uaccess" + SUBSYSTEM!="usb|tty|hidraw", GOTO="openocd_rules_end" # Please keep this list sorted by VID:PID