From 0eaa8e7db06416e3781eca58211df1280308a6c6 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 11 May 2012 09:10:54 +0100 Subject: jtag: add opendous and estick support Change-Id: I49c25d226f05fdcaca6cbfc35c2ab47e8464abec Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/611 Tested-by: jenkins --- contrib/openocd.udev | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib') diff --git a/contrib/openocd.udev b/contrib/openocd.udev index 998bddfb..5d4e6396 100644 --- a/contrib/openocd.udev +++ b/contrib/openocd.udev @@ -83,4 +83,7 @@ ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3744", MODE="664", GROUP="plugdev" # stlink v2 ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", MODE="664", GROUP="plugdev" +# opendous and estick +ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="204f", MODE="664", GROUP="plugdev" + LABEL="openocd_rules_end" -- cgit v1.2.3-18-g5258