This is an automated email from Gerrit. Salvador Arroyo (sarroyof...@yahoo.es) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/677
-- gerrit commit d1af45e7ed22e33b73febc71f5e5877f21ac654e Author: Salvador Arroyo <sarroyof...@yahoo.es> Date: Sun May 27 18:03:07 2012 +0200 Add FT232H to supported chips Change-Id: I1ce1db7eb87a7cdeafc1f8b8b34594f6fa3bf1f8 Signed-off-by: Salvador Arroyo <sarroyof...@yahoo.es> diff --git a/src/jtag/drivers/mpsse.c b/src/jtag/drivers/mpsse.c index 4f51e85..80cdd52 100644 --- a/src/jtag/drivers/mpsse.c +++ b/src/jtag/drivers/mpsse.c @@ -214,6 +214,9 @@ static bool open_matching_device(struct mpsse_ctx *ctx, uint16_t vid, uint16_t p case 0x800: ctx->type = TYPE_FT4232H; break; + case 0x900: + ctx->type = TYPE_FT232H; + break; default: LOG_ERROR("unsupported FTDI chip type: 0x%04x", desc.bcdDevice); goto error; diff --git a/src/jtag/drivers/mpsse.h b/src/jtag/drivers/mpsse.h index df3a95f..4244d2e 100644 --- a/src/jtag/drivers/mpsse.h +++ b/src/jtag/drivers/mpsse.h @@ -36,6 +36,7 @@ enum ftdi_chip_type { TYPE_FT2232C, TYPE_FT2232H, TYPE_FT4232H, + TYPE_FT232H, }; struct mpsse_ctx; -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel