From: Zach W. <zw...@us...> - 2009-11-07 22:37:28
|
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 2b1bd97508ebaf33c76d4f36ec4bb85592801055 (commit) from fb50efc6e712f413d109c3d77683d0358a557ed4 (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 2b1bd97508ebaf33c76d4f36ec4bb85592801055 Author: Zachary T Welch <zw...@su...> Date: Sat Nov 7 13:36:47 2009 -0800 Fix vsllink bulk out endpoint parsing. diff --git a/src/jtag/vsllink.c b/src/jtag/vsllink.c index 1f1b867..3c1a046 100644 --- a/src/jtag/vsllink.c +++ b/src/jtag/vsllink.c @@ -1445,7 +1445,7 @@ static int vsllink_handle_usb_bulkout_command(struct command_context_s *cmd_ctx, return ERROR_OK; } - COMMAND_PARSE_NUMBER(u8, args[0], vsllink_usb_bulkin); + COMMAND_PARSE_NUMBER(u8, args[0], vsllink_usb_bulkout); vsllink_usb_bulkout &= ~0x80; ----------------------------------------------------------------------- Summary of changes: src/jtag/vsllink.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |