From 20f7a084ddbf5520e8d60ac9c62f04b08d3abe18 Mon Sep 17 00:00:00 2001 From: Alexander Kurz Date: Tue, 1 Mar 2016 09:32:49 +0100 Subject: [PATCH] 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 --- contrib/99-openocd.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/99-openocd.rules b/contrib/99-openocd.rules index 3cdb0b428c..057c4b7a6a 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" -- 2.30.2