]> git.sur5r.net Git - openocd/commitdiff
udev: Add J-Link on-board nRF51-DK
authorKyle Manna <kyle@kylemanna.com>
Sun, 17 May 2015 18:11:15 +0000 (11:11 -0700)
committerSpencer Oliver <spen@spen-soft.co.uk>
Thu, 6 Aug 2015 12:08:10 +0000 (13:08 +0100)
* 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 <kyle@kylemanna.com>
Reviewed-on: http://openocd.zylin.com/2774
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
contrib/99-openocd.rules

index d810fcaf2385b2b0a9d7050b0e284fbe88e5a6a1..154b09fcac08d3abbe682304ecafe4065e5826b7 100644 (file)
@@ -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"