aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-05-11 09:06:05 +0100
committerPeter Stuge <peter@stuge.se>2012-05-11 13:31:16 +0000
commit4257cb728c08aa530a50025da3e365e498ebf8e6 (patch)
tree139ea60a7b2a93718eb182eefddbc0c76440cbbf /contrib
parent47cf0aabc8a3a7579bc72c8d3c122ab9c0e6a5c4 (diff)
contrib: fix Neo1973 udev permission typo
Change-Id: I6d5ad0cc28e0cb52104ead9e974b8b1ed92d9cdc Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/636 Tested-by: jenkins Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/openocd.udev2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/openocd.udev b/contrib/openocd.udev
index 71558a97..998bddfb 100644
--- a/contrib/openocd.udev
+++ b/contrib/openocd.udev
@@ -72,7 +72,7 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="c141", MODE="664", GROUP="plugdev"
ATTRS{idVendor}=="0640", ATTRS{idProduct}=="0028", MODE="664", GROUP="plugdev"
# Debug Board for Neo1973
-ATTRS{idVendor}=="1457", ATTRS{idProduct}=="5118", MODE="644", GROUP="plugdev"
+ATTRS{idVendor}=="1457", ATTRS{idProduct}=="5118", MODE="664", GROUP="plugdev"
# XDS100v2
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="a6d0", MODE="664", GROUP="plugdev"