mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-01 13:13:20 -04:00
libusb 1.0.22-rc2
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
For detailed information about the changes below, please see the git log or
|
||||
visit: http://log.libusb.info
|
||||
|
||||
2018-01-08: v1.0.22:
|
||||
2018-01-27: v1.0.22:
|
||||
* New libusb_set_option() API
|
||||
* Fix transfer timeout not being cleared upon resubmission
|
||||
* Report super speed plus devices on modern Linux and macOS
|
||||
* Darwin: Improve support for macOS Sierra and High Sierra
|
||||
* Darwin: SDK fixes and improvements
|
||||
* Linux: Let initialization succeed when no devices are present
|
||||
* Linux: Mark internal file descriptors with CLOEXEC flag
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11296
|
||||
#define LIBUSB_NANO 11297
|
||||
|
||||
Reference in New Issue
Block a user