On Thursday, February 24, 2011 06:44:19 Orasanu Lucian wrote: > sorry for delay, I made an patch with your requests, please tell me if it > is ok.
that didnt need to change all the strings. ive committed the attached patch. -mike
Index: src/tap/cable/ft2232.c
===================================================================
--- src/tap/cable/ft2232.c (revision 1893)
+++ src/tap/cable/ft2232.c (working copy)
@@ -2280,7 +2280,7 @@ const urj_cable_driver_t urj_tap_cable_f
URJ_DECLARE_FTDX_CABLE(0x0403, 0xBDC8, "-mpsse", "Turtelizer2", turtelizer2)
const urj_cable_driver_t urj_tap_cable_ft2232_usbjtagrs232_driver = {
- "USB<=>JTAG&RS232",
+ "USB-JTAG-RS232",
N_("USB<=>JTAG&RS232 (FT2232) Cable (EXPERIMENTAL)"),
URJ_CABLE_DEVICE_USB,
{ .usb = ft2232_connect, },
@@ -2297,7 +2297,7 @@ const urj_cable_driver_t urj_tap_cable_f
ft2232_flush,
ftdx_usbcable_help
};
-URJ_DECLARE_FTDX_CABLE(0x1457, 0x5118, "-mpsse", "USB<=>JTAG&RS232", usbjtagrs232)
+URJ_DECLARE_FTDX_CABLE(0x1457, 0x5118, "-mpsse", "USB-JTAG-RS232", usbjtagrs232)
const urj_cable_driver_t urj_tap_cable_ft2232_usbtojtagif_driver = {
"USB-to-JTAG-IF",
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
