summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-05core: Suppress hotplug events during initial enumerationHEADtizen_8.0_m2_releaseaccepted/tizen/unified/20230406.165731accepted/tizen/8.0/unified/20231005.095128tizen_8.0tizenaccepted/tizen_unifiedaccepted/tizen_8.0_unifiedBenjamin Berg3-3/+7
2023-04-05io: Track device in usbi_transferBenjamin Berg3-12/+21
2023-04-05core: Unset device ctx if it has been destroyedBenjamin Berg2-1/+2
2022-09-15Merge tag 'v1.0.25' into tizenaccepted/tizen/unified/20230105.154718Karol Lewandowski73-1485/+2718
2022-09-15Merge tag 'v1.0.24' into tizenKarol Lewandowski253-22005/+13079
2022-09-14Merge tag 'v1.0.23' into tizenKarol Lewandowski89-766/+2246
2022-09-14Merge tag 'v1.0.22' into tizenKarol Lewandowski147-9045/+6992
2022-01-31libusb 1.0.25upstream/1.0.25Tormod Volden3-3/+4
2022-01-30appveyor: Retain selected build artifactsTormod Volden2-1/+9
2022-01-22examples: Do not assume positive errno macrosTormod Volden4-15/+38
2022-01-22netbsd: Fix typo preventing buildTormod Volden2-2/+2
2022-01-21libusb 1.0.25-rc1Tormod Volden3-4/+12
2022-01-21Add libusb_set_option to libusb-1.0.def manuallyTormod Volden2-1/+3
2022-01-21Update AUTHORSTormod Volden2-4/+27
2022-01-21Update libusb-1.0.defTormod Volden1-4/+2
2022-01-20Add github action for macOSLudovic Rousseau2-1/+37
2022-01-20Add github action for GNU/LinuxLudovic Rousseau2-1/+37
2022-01-18The current code for calculating the timeout in darwin_reenumerate_device_tim...Andrew Goodney2-4/+10
2021-12-01darwin: Minor tidy up in darwin_set_interface_altsetting()Tormod Volden2-4/+4
2021-12-01darwin: fix behavior of libusb_set_interface_alt_setting when it stalls the pipeNathan Hjelm2-21/+39
2021-11-27Bump LIBUSB_API_VERSIONTormod Volden2-2/+2
2021-11-27Keep LIBUSB_OPTION_WEAK_AUTHORITY as a macro with same valueTormod Volden4-10/+6
2021-11-27Fuzzing: Add CIFuzzAdamKorcz1-0/+26
2021-11-23core: Unlock and clear default ctx in all error paths in libusb_initMatthias Bolte2-10/+9
2021-11-09core: Minor code cleanup in libusb_init (NOP)Tormod Volden2-10/+8
2021-11-09Windows: Allow synchronous control transfers (for libusb0)Tormod Volden2-3/+5
2021-11-07Windows: Fix timeouts if only endpoint 0 existsJulian Scheel2-16/+12
2021-11-07Windows: Ignore any device interface GUIDs beyond the firstTormod Volden2-2/+3
2021-11-07darwin: Fix compilation on macOS 10.9 and earlierEvan Miller2-1/+3
2021-11-02examples: Add example for unrooted AndroidPeter-St4-1/+357
2021-11-01descriptor: Provide more detailed warning if suspicious bLengthTormod Volden2-3/+3
2021-11-01doc: Explain default options in libusb_set_option documentationTormod Volden3-3/+7
2021-11-01core: Apply default options to all new contextsBruno Harbulot2-8/+10
2021-10-31xusb: Print total length of configuration descriptorTormod Volden2-1/+2
2021-10-31Fix various typos in docs/commentsluz paz8-10/+10
2021-10-31xusb: Print configuration descriptor lengthTormod Volden2-2/+7
2021-10-30darwin: After last CFRelease of struct field, set it to NULLSean McBride2-1/+2
2021-10-30doc: Improve comments related to device discovery and hotplugSean McBride4-5/+7
2021-10-30doc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET availabilityTormod Volden2-2/+3
2021-10-30Windows: Fix ssize_t unconditionally definedPaul Cercueil2-1/+4
2021-10-30Windows: Partial fix for data race in composite_copy_transfer_dataBohdan Tymkiv2-13/+6
2021-10-28darwin: fix deprecation warning about kIOMasterPortDefaultNathan Hjelm2-5/+8
2021-10-28darwin: add support for handling new error code (kUSBHostReturnPipeStalled)Nathan Hjelm2-2/+10
2021-09-23git hooks: Remove "source" bashismTormod Volden3-3/+3
2021-09-23Update Android ReadmePeter-St2-55/+91
2021-09-23Fix segmentation fault in libusb_init() if usbi_backend.init() failsAnkur Verma2-2/+3
2021-09-23Fix comment typosSean McBride3-3/+3
2021-09-23Android build name correctionxloem4-10/+29
2021-09-23Fix Windows HID backend missing bytemcuee2-3/+1
2021-08-08darwin: fix typoNathan Hjelm2-2/+2