From: Alexander Kurz Date: Tue, 1 Mar 2016 08:32:49 +0000 (+0100) Subject: udev: add rule for original Keil ULink (version 1) X-Git-Tag: v0.10.0-rc1~180 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=20f7a084ddbf5520e8d60ac9c62f04b08d3abe18;p=openocd udev: add rule for original Keil ULink (version 1) The original ULINK adapter has been introduced by Keil in 2002 and got replaced in 2008 by the incompatible ULINK2. It is not listed on their website any more. For information about it, browse archive.org for http://www.keil.com/ulink1/ or http://www.keil.com/ulink/ Change-Id: Ie52d381580acab53ddb40499594dbdc2d27ef1b6 Signed-off-by: Alexander Kurz Reviewed-on: http://openocd.zylin.com/3371 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- diff --git a/contrib/99-openocd.rules b/contrib/99-openocd.rules index 3cdb0b42..057c4b7a 100644 --- a/contrib/99-openocd.rules +++ b/contrib/99-openocd.rules @@ -125,6 +125,9 @@ ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", MODE="664", GROUP="plugdev" # Marvell Sheevaplug ATTRS{idVendor}=="9e88", ATTRS{idProduct}=="9e8f", MODE="664", GROUP="plugdev" +# Keil Software, Inc. ULink +ATTRS{idVendor}=="c251", ATTRS{idProduct}=="2710", MODE="664", GROUP="plugdev" + # CMSIS-DAP compatible adapters ATTRS{product}=="*CMSIS-DAP*", MODE="664", GROUP="plugdev"