This is an automated email from Gerrit.

Kyle Manna ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/188

-- gerrit

commit 92915bea9cae82a19a79057b44cde9a1f7bcbba1
Author: Kyle Manna <[email protected]>
Date:   Sat Oct 22 09:29:14 2011 -0500

    contrib: Add udev rules for TI xds100v2 debugger
    
    This corrects permissions on the FTDI chip on the xds100v2 debugger
    enabling normal users to access it.
    
    Change-Id: I0f6618692ebdee6284eee28f9e612e68782c4d78
    Signed-off-by: Kyle Manna <[email protected]>

diff --git a/contrib/openocd.udev b/contrib/openocd.udev
index 25cc718..e4e6a6c 100644
--- a/contrib/openocd.udev
+++ b/contrib/openocd.udev
@@ -71,4 +71,7 @@ ATTRS{idVendor}=="0640", ATTRS{idProduct}=="0028", 
MODE="664", GROUP="plugdev"
 # Debug Board for Neo1973
 ATTRS{idVendor}=="1457", ATTRS{idProduct}=="5118", MODE="644", GROUP="plugdev"
 
+# XDS100v2
+ATTRS{idVendor}=="0403", ATTRS{idProduct}=="a6d0", MODE="664", GROUP="plugdev"
+
 LABEL="openocd_rules_end"

-- 

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Openocd-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to