This is an automated email from Gerrit.

Alain Péteut (alain.pet...@yahoo.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/3804

-- gerrit

commit 884cbe2a017543eb1262a115072696144957c53d
Author: Alain Péteut <alain.pet...@yahoo.com>
Date:   Tue Oct 11 22:57:56 2016 +0200

    udev rule for TI XDS110-ET
    
    Add udev entry for TI XDS110-ET, found on Texas Instruments
    LaunchPad MSP-EXP432P401R.
    
    Change-Id: Iaa5b4d6d4bbe82c73e5fe987914ff4707fb77958
    Signed-off-by: Alain Péteut <alain.pet...@yahoo.com>

diff --git a/contrib/99-openocd.rules b/contrib/99-openocd.rules
index 057c4b7..9b683f0 100644
--- a/contrib/99-openocd.rules
+++ b/contrib/99-openocd.rules
@@ -50,6 +50,9 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="c141", 
MODE="664", GROUP="plugdev"
 # Amontec JTAGkey and JTAGkey-tiny
 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="cff8", MODE="664", GROUP="plugdev"
 
+# TI XDS110-ET
+ATTRS{idVendor}=="0451", ATTRS{idProduct}=="bef3", MODE="664", GROUP="plugdev"
+
 # TI ICDI
 ATTRS{idVendor}=="0451", ATTRS{idProduct}=="c32a", MODE="664", GROUP="plugdev"
 

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to