libusb 1.0.29

This commit is contained in:
Tormod Volden
2025-06-01 19:24:28 +02:00
parent 53a4c0ab68
commit 15a7ebb4d4
4 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1 +1 @@
#define LIBUSB_NANO 11952 #define LIBUSB_NANO 11953