Skip to content
Snippets Groups Projects
Commit aa94d3e4 authored by Pete Batard's avatar Pete Batard
Browse files

libusbx 1.0.15-rc2

parent 2ffefc04
No related branches found
Tags v1.0.15-rc2
No related merge requests found
For detailed information about the changes below, please see the git log or
visit: http://log.libusbx.org
2013-04-02: v1.0.15-rc1
2013-04-03: v1.0.15-rc2
* Improve tranfer cancellation and avoid short read failures on broken descriptors
* Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
* Add WinCE support
......@@ -9,6 +9,7 @@ visit: http://log.libusbx.org
* Add FX3 firmware upload support for fxload
* Add HID and kernel driver detach support capabilities detection
* Add SuperSpeed detection on OS X
* Don't assume an high speed for isochronous or an interval or 1 on OS X
* Fix issues with autoclaim, composite HID devices, interface autoclaim and
early abort in libusb_close() on Windows. Also add VS 2012 solution files.
* Improve fd event handling on Linux
......
......@@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC "-rc1"
#define LIBUSB_RC "-rc2"
#endif
#define LIBUSB_NANO 10637
#define LIBUSB_NANO 10638
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment