This is an automated email from Gerrit. Stéphane Bonnet ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/563
-- gerrit commit fa3b1be1a7461dd365e4136f5cd461cb9d0eb467 Author: Stephane Bonnet <[email protected]> Date: Tue Apr 10 17:29:26 2012 +0200 ft2232: Support for Digilent HS1 USB adapter * Added support to the FT2232 driver for the FT2232H-based Digilent HS1 adapter. Change-Id: I20b054ff476e367119d307164c6d4887f43f6c3d Signed-off-by: Stephane Bonnet <[email protected]> diff --git a/src/jtag/drivers/ft2232.c b/src/jtag/drivers/ft2232.c index e4b5601..a9d84cb 100644 --- a/src/jtag/drivers/ft2232.c +++ b/src/jtag/drivers/ft2232.c @@ -341,7 +341,7 @@ static const struct ft2232_layout ft2232_layouts[] = { }, { .name = "digilent-hs1", .init = digilent_hs1_init, - .reset = digilent_hs1_reset, + .reset = digilent_hs1_reset, .channel = INTERFACE_A, }, { .name = NULL, /* END OF TABLE */ }, -- ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
