From: David B. <dbr...@us...> - 2010-01-18 22:19:42
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 5ab34b28ce3378a0a36b122a07af4f0f4769a24f (commit) from 56d2c86500be87c87150bcfc1b2fe59ece9a45f4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5ab34b28ce3378a0a36b122a07af4f0f4769a24f Author: David Brownell <dbr...@us...> Date: Mon Jan 18 13:17:05 2010 -0800 vsllink -- add comment Previous patch deserved *inline* comment, not just in git revision history. Signed-off-by: David Brownell <dbr...@us...> diff --git a/src/jtag/drivers/vsllink.c b/src/jtag/drivers/vsllink.c index 5c9a8db..65c3bf1 100644 --- a/src/jtag/drivers/vsllink.c +++ b/src/jtag/drivers/vsllink.c @@ -476,6 +476,9 @@ static int vsllink_init(void) } VSLLINK_USB_TIMEOUT = to_tmp; + /* Some older firmware versions sometimes fail if the + * voltage isn't read first. + */ vsllink_simple_command(0x01); result = vsllink_usb_read(vsllink_handle); if (result != 2) ----------------------------------------------------------------------- Summary of changes: src/jtag/drivers/vsllink.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |