This is an automated email from Gerrit. Antonio Borneo ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4665
-- gerrit commit 11691ad65249013f560107b5688546a26f57cda8 Author: Antonio Borneo <[email protected]> Date: Mon Aug 27 19:11:19 2018 +0200 contrib/60-openocd.rules: provide hint to reload udev rules No need to reboot the Linux box when new rules are added to udev. Suggest the command in the script header. Change-Id: Ie95383bfd73914a3d2e2c05d77fa3eb32e68b7e2 Signed-off-by: Antonio Borneo <[email protected]> diff --git a/contrib/60-openocd.rules b/contrib/60-openocd.rules index af092c1..702ca07 100644 --- a/contrib/60-openocd.rules +++ b/contrib/60-openocd.rules @@ -1,4 +1,5 @@ -# Copy this file to /etc/udev/rules.d/ +# Copy this file to /etc/udev/rules.d/ then refresh udev rules +# with the command "udevadm control --reload-rules" ACTION!="add|change", GOTO="openocd_rules_end" SUBSYSTEM!="usb|tty|hidraw", GOTO="openocd_rules_end" -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
