diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2018-08-27 19:11:19 +0200 |
---|---|---|
committer | Tomas Vanek <vanekt@fbl.cz> | 2018-09-25 20:59:28 +0100 |
commit | 723fc07ddc925d101e8d2de1fa1d83e7843e246f (patch) | |
tree | b6d47b3b667711dcad5249ce270cefa68007bec6 /contrib | |
parent | ce8937a987620cb32de0ccad60ea06c296850139 (diff) |
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 <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/4665
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/60-openocd.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/60-openocd.rules b/contrib/60-openocd.rules index af092c18..692e1b10 100644 --- a/contrib/60-openocd.rules +++ b/contrib/60-openocd.rules @@ -1,4 +1,6 @@ # Copy this file to /etc/udev/rules.d/ +# If rules fail to reload automatically, you can refresh udev rules +# with the command "udevadm control --reload" ACTION!="add|change", GOTO="openocd_rules_end" SUBSYSTEM!="usb|tty|hidraw", GOTO="openocd_rules_end" |