On Mon, Feb 1, 2010 at 5:54 PM, David Brownell <[email protected]> wrote: > On Sunday 31 January 2010, Nick wrote: >> Error: usb_bulk_write failed (requested=1, result=-22) > > At least on Linux "-22" usually means "-EINVAL" ... as in, > something passed an invalid argument to a system call.
Same for Windows. #define EINVAL 22 /* Invalid argument */ > I don't know how much the arm-jtag-ew adapter is used > with OpenOCD, but I don't recall many posters talking > about it. > The first commit seems to be this one. http://www.mail-archive.com/[email protected]/msg02631.html -- Xiaofan http://mcuee.blogspot.com _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
