summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
...
* Windows: Partial fix for data race in composite_copy_transfer_dataBohdan Tymkiv2021-10-301-1/+1
* darwin: fix deprecation warning about kIOMasterPortDefaultNathan Hjelm2021-10-281-1/+1
* darwin: add support for handling new error code (kUSBHostReturnPipeStalled)Nathan Hjelm2021-10-281-1/+1
* git hooks: Remove "source" bashismTormod Volden2021-09-231-1/+1
* Update Android ReadmePeter-St2021-09-231-1/+1
* Fix segmentation fault in libusb_init() if usbi_backend.init() failsAnkur Verma2021-09-231-1/+1
* Fix comment typosSean McBride2021-09-231-1/+1
* Android build name correctionxloem2021-09-231-1/+1
* Fix Windows HID backend missing bytemcuee2021-09-231-1/+1
* darwin: fix typoNathan Hjelm2021-08-081-1/+1
* darwin: improve the error message on kernel driver detach failureNathan Hjelm2021-08-081-1/+1
* darwin: fix USB capture for rootNathan Hjelm2021-08-071-1/+1
* configure: remove usage of deprecated AC_HELP_STRINGNathan Hjelm2021-07-261-1/+1
* core: set default backend options before calling backend initNathan Hjelm2021-07-261-1/+1
* Update libusb-1.0.defmcuee2021-07-261-1/+1
* darwin: only attempt to auto-detach driver is one is activeNathan Hjelm2021-07-221-1/+1
* darwin: use the IO registry to detect if a kernel driver is attached to an in...Nathan Hjelm2021-07-211-1/+1
* xusb: add check for interface kernel driverNathan Hjelm2021-07-211-1/+1
* core: update usbi_dbg to take the context as an argumentNathan Hjelm2021-07-211-1/+1
* darwin: downgrade error message on failure to open interface to infoNathan Hjelm2021-07-201-1/+1
* darwin: add a comment on how the bus number is calculatedNathan Hjelm2021-07-201-1/+1
* darwin: update the list of endpoints after successfull SetAlternateInterface()Dmitry Zakablukov2021-07-201-1/+1
* winusb: Ignore missing DeviceInterfaceGUIDTormod Volden2021-07-201-1/+1
* darwin: improve support for auto-detaching a kernel driverNathan Hjelm2021-07-091-1/+1
* darwin: fix SEGV on libusb_close after failed re-enumerationNathan Hjelm2021-07-081-1/+1
* [Issue-912] Lock open_devs_lock in context to avoid access violationDmitry Zakablukov2021-07-081-1/+1
* New NO_DEVICE_DISCOVERY option to replace WEAK_AUTHORITY optionTormod Volden2021-07-081-1/+1
* windows: Allow GUID with and without trailing zeroesCraig Hutchinson2021-07-081-1/+1
* Fix build failure on Mac OS X 10.7Ryan Schmidt2021-07-081-1/+1
* darwin: release device parent reference when re-enumerating deviceNathan Hjelm2021-06-111-1/+1
* Do not restrict "weak authority" option to AndroidTormod Volden2021-06-111-1/+1
* core: really fix dangling devicesNathan Hjelm2021-06-111-1/+1
* darwin_set_interface_altsetting: Avoid device reset on pipe errorTormod Volden2021-06-101-1/+1
* winusb: Check for ClassGuid changes on re-enumerationTormod Volden2021-06-101-1/+1
* core: only increment devices_released when a device is destroyedNathan Hjelm2021-06-101-1/+1
* core: ensure that all devices are properly cleaned up on libusb_exitNathan Hjelm2021-06-101-1/+1
* core: allow libusb_set_option on the default context before libusb_initNathan Hjelm2021-06-071-1/+1
* Windows: Try alternative methods to query port numberJim Chen2021-06-071-1/+1
* Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusbPatrick Stewart2021-06-071-1/+1
* doc: Add since version tag to libusb_wrap_sys_device()Ihor Dutchak2021-06-061-1/+1
* doc: correction of LIBUSB_OPTION_WEAK_AUTHORITY availabilityIhor Dutchak2021-06-061-1/+1
* darwin: do not reset darwin_cached_devices on last call to libusb_exitNathan Hjelm2021-06-061-1/+1
* make libusb.h usable with WatcomOzkan Sezer2021-05-161-1/+1
* Update ChangeLog in preparation for 1.0.25Nathan Hjelm2021-05-161-1/+1
* darwin: remove redundant macOS version checksosy2021-05-161-1/+1
* darwin: add authorization for device captureosy2021-05-161-1/+1
* darwin: use detach kernel APIs for captureosy2021-05-161-1/+1
* darwin: rename darwin_reset_deviceosy2021-05-161-1/+1
* darwin: add timeout for reset reenumerateosy2021-05-161-1/+1
* autogen: Support being called from external build dirMarco Trevisan (TreviƱo)2021-04-141-1/+1