diff options
author | Pete Batard <pete@akeo.ie> | 2012-09-16 16:24:24 +0100 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2012-09-16 17:23:50 +0100 |
commit | 25823ad681038b7eb2756c292d0e5480fe829ce5 (patch) | |
tree | d32e2dbdbd250f57d7f69feeef15dcdf6bec8ea0 | |
parent | 517f9827c469ec8ef793a9a20a50f1fcc0f53079 (diff) | |
download | libusb-25823ad681038b7eb2756c292d0e5480fe829ce5.tar.gz |
libusbx 1.0.13-rc2
* Also update NEWS with regards to isoc support for the 0/K Windows drivers
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | libusb/version.h | 2 | ||||
-rw-r--r-- | libusb/version_nano.h | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -13,8 +13,9 @@ http://log.libusbx.org * Introduce LIBUSBX_API_VERSION macro * Add Cypress FX/FX2 firmware upload sample, based fxload from http://linux-hotplug.sourceforge.net -* Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that using - the libusb-win32 filter driver with composite member devices is not supported yet +* Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that + isochronous transfers are not supported yet for these drivers, and that using the + libusb-win32 filter driver against a composite member devices is also not supported * Add support for the new get_capabilities ioctl on Linux and avoid unnecessary splitting of bulk transfers * Improve support for newer Intel and Renesas USB 3.0 controllers on Windows diff --git a/libusb/version.h b/libusb/version.h index 56f1b15..8187119 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -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 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index f7118f0..9b8a0fe 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10571 +#define LIBUSB_NANO 10572 |