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
Nicholas Corgan
Niklas Gürtler
Oleksand Radovenchyk
Omri Iluz
Orhan aib Kavrakoglu
Orin Eman

View File

@@ -1,6 +1,11 @@
For detailed information about the changes below, please see the git log
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
* New libusb_get_ssplus_usb_device_capability_descriptor API
for query of SuperSpeed+ Capability Descriptors

View File

@@ -7,7 +7,7 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
#define LIBUSB_MICRO 28
#define LIBUSB_MICRO 29
#endif
#ifndef LIBUSB_NANO
#define LIBUSB_NANO 0

View File

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