diff options
author | Alexander Kurz <akurz@blala.de> | 2016-03-01 09:32:49 +0100 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2016-05-17 22:28:49 +0100 |
commit | 20f7a084ddbf5520e8d60ac9c62f04b08d3abe18 (patch) | |
tree | d384a30ce70ad83f0fae50c36505357a8b5fe270 | |
parent | 9086b9562d4b1779c2d3de11c98a84819ead7caa (diff) | |
download | riscv-openocd-20f7a084ddbf5520e8d60ac9c62f04b08d3abe18.zip riscv-openocd-20f7a084ddbf5520e8d60ac9c62f04b08d3abe18.tar.gz riscv-openocd-20f7a084ddbf5520e8d60ac9c62f04b08d3abe18.tar.bz2 |
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 <akurz@blala.de>
Reviewed-on: http://openocd.zylin.com/3371
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
-rw-r--r-- | contrib/99-openocd.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/99-openocd.rules b/contrib/99-openocd.rules index 3cdb0b4..057c4b7 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" |