summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
...
* Add github action for macOSLudovic Rousseau2022-01-201-1/+1
* Add github action for GNU/LinuxLudovic Rousseau2022-01-201-1/+1
* The current code for calculating the timeout in darwin_reenumerate_device_tim...Andrew Goodney2022-01-182-4/+10
* darwin: Minor tidy up in darwin_set_interface_altsetting()Tormod Volden2021-12-012-4/+4
* darwin: fix behavior of libusb_set_interface_alt_setting when it stalls the pipeNathan Hjelm2021-12-012-21/+39
* Bump LIBUSB_API_VERSIONTormod Volden2021-11-272-2/+2
* Keep LIBUSB_OPTION_WEAK_AUTHORITY as a macro with same valueTormod Volden2021-11-274-10/+6
* core: Unlock and clear default ctx in all error paths in libusb_initMatthias Bolte2021-11-232-10/+9
* core: Minor code cleanup in libusb_init (NOP)Tormod Volden2021-11-092-10/+8
* Windows: Allow synchronous control transfers (for libusb0)Tormod Volden2021-11-092-3/+5
* Windows: Fix timeouts if only endpoint 0 existsJulian Scheel2021-11-072-16/+12
* Windows: Ignore any device interface GUIDs beyond the firstTormod Volden2021-11-072-2/+3
* darwin: Fix compilation on macOS 10.9 and earlierEvan Miller2021-11-072-1/+3
* examples: Add example for unrooted AndroidPeter-St2021-11-021-1/+1
* descriptor: Provide more detailed warning if suspicious bLengthTormod Volden2021-11-012-3/+3
* doc: Explain default options in libusb_set_option documentationTormod Volden2021-11-013-3/+7
* core: Apply default options to all new contextsBruno Harbulot2021-11-012-8/+10
* xusb: Print total length of configuration descriptorTormod Volden2021-10-311-1/+1
* Fix various typos in docs/commentsluz paz2021-10-313-3/+3
* xusb: Print configuration descriptor lengthTormod Volden2021-10-311-1/+1
* darwin: After last CFRelease of struct field, set it to NULLSean McBride2021-10-302-1/+2
* doc: Improve comments related to device discovery and hotplugSean McBride2021-10-304-5/+7
* doc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET availabilityTormod Volden2021-10-302-2/+3
* Windows: Fix ssize_t unconditionally definedPaul Cercueil2021-10-302-1/+4
* Windows: Partial fix for data race in composite_copy_transfer_dataBohdan Tymkiv2021-10-302-13/+6
* darwin: fix deprecation warning about kIOMasterPortDefaultNathan Hjelm2021-10-282-5/+8
* darwin: add support for handling new error code (kUSBHostReturnPipeStalled)Nathan Hjelm2021-10-282-2/+10
* 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-232-2/+3
* Fix comment typosSean McBride2021-09-233-3/+3
* Android build name correctionxloem2021-09-231-1/+1
* Fix Windows HID backend missing bytemcuee2021-09-232-3/+1
* darwin: fix typoNathan Hjelm2021-08-082-2/+2
* darwin: improve the error message on kernel driver detach failureNathan Hjelm2021-08-082-1/+5
* darwin: fix USB capture for rootNathan Hjelm2021-08-072-16/+15
* configure: remove usage of deprecated AC_HELP_STRINGNathan Hjelm2021-07-261-1/+1
* core: set default backend options before calling backend initNathan Hjelm2021-07-262-16/+16
* Update libusb-1.0.defmcuee2021-07-262-2/+2
* darwin: only attempt to auto-detach driver is one is activeNathan Hjelm2021-07-222-2/+2
* darwin: use the IO registry to detect if a kernel driver is attached to an in...Nathan Hjelm2021-07-213-5/+54
* 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-2121-513/+530
* darwin: downgrade error message on failure to open interface to infoNathan Hjelm2021-07-202-7/+7
* darwin: add a comment on how the bus number is calculatedNathan Hjelm2021-07-202-1/+3
* darwin: update the list of endpoints after successfull SetAlternateInterface()Dmitry Zakablukov2021-07-202-2/+12
* winusb: Ignore missing DeviceInterfaceGUIDTormod Volden2021-07-202-2/+4
* darwin: improve support for auto-detaching a kernel driverNathan Hjelm2021-07-092-17/+33
* darwin: fix SEGV on libusb_close after failed re-enumerationNathan Hjelm2021-07-082-3/+9
* [Issue-912] Lock open_devs_lock in context to avoid access violationDmitry Zakablukov2021-07-082-10/+23