From: Kyle Manna Date: Sun, 17 May 2015 18:11:15 +0000 (-0700) Subject: udev: Add J-Link on-board nRF51-DK X-Git-Tag: v0.10.0-rc1~469 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=6f1f5703beb3c8f6d6aa68e15ed3d2d7bc58959b;hp=4517bcbd354206e2a9d132f80919617181059953 udev: Add J-Link on-board nRF51-DK * Add USB VID and PID for the J-Link interface running on the Nordic Semiconductor nRF51-DK. Also tested with debug out port to debug external boards. * Fixes permissions problems. Change-Id: I01ffc3150fa2af92d399b50e0195dc255a40ec42 Signed-off-by: Kyle Manna Reviewed-on: http://openocd.zylin.com/2774 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/contrib/99-openocd.rules b/contrib/99-openocd.rules index d810fcaf23..154b09fcac 100644 --- a/contrib/99-openocd.rules +++ b/contrib/99-openocd.rules @@ -82,6 +82,7 @@ ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0104", MODE="664", GROUP="plugdev" # J-Link-OB (onboard) ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0105", MODE="664", GROUP="plugdev" +ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1015", MODE="664", GROUP="plugdev" # Raisonance RLink ATTRS{idVendor}=="138e", ATTRS{idProduct}=="9000", MODE="664", GROUP="plugdev"