mirror of
https://github.com/shadps4-emu/ext-libusb.git
synced 2026-01-31 00:55:21 +01:00
libusb 1.0.29
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -152,6 +152,7 @@ Nancy Li
|
|||||||
Nia Alarie
|
Nia Alarie
|
||||||
Nicholas Corgan
|
Nicholas Corgan
|
||||||
Niklas Gürtler
|
Niklas Gürtler
|
||||||
|
Oleksand Radovenchyk
|
||||||
Omri Iluz
|
Omri Iluz
|
||||||
Orhan aib Kavrakoglu
|
Orhan aib Kavrakoglu
|
||||||
Orin Eman
|
Orin Eman
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
For detailed information about the changes below, please see the git log
|
For detailed information about the changes below, please see the git log
|
||||||
or visit: http://log.libusb.info
|
or visit: http://log.libusb.info
|
||||||
|
|
||||||
|
2025-06-01: v1.0.29
|
||||||
|
* Fix regression on macOS leading to timeouts in enumeration
|
||||||
|
* LIBUSB_API_VERSION bump for the new functions in 1.0.28
|
||||||
|
* Fix xusb regression displaying wrong error on claim failure
|
||||||
|
|
||||||
2025-03-18: v1.0.28
|
2025-03-18: v1.0.28
|
||||||
* New libusb_get_ssplus_usb_device_capability_descriptor API
|
* New libusb_get_ssplus_usb_device_capability_descriptor API
|
||||||
for query of SuperSpeed+ Capability Descriptors
|
for query of SuperSpeed+ Capability Descriptors
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#define LIBUSB_MINOR 0
|
#define LIBUSB_MINOR 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef LIBUSB_MICRO
|
#ifndef LIBUSB_MICRO
|
||||||
#define LIBUSB_MICRO 28
|
#define LIBUSB_MICRO 29
|
||||||
#endif
|
#endif
|
||||||
#ifndef LIBUSB_NANO
|
#ifndef LIBUSB_NANO
|
||||||
#define LIBUSB_NANO 0
|
#define LIBUSB_NANO 0
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
#define LIBUSB_NANO 11952
|
#define LIBUSB_NANO 11953
|
||||||
|
|||||||
Reference in New Issue
Block a user