summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* libusb_set_options: Adjust semantics of libusb_set_option for log levelNathan Hjelm2023-03-122-7/+7
* xusb: Improve Max LUN retrieval stall handlingTormod Volden2023-01-281-1/+1
* xusb: Improve kernel driver probe messagesTormod Volden2023-01-281-1/+1
* CI: Add build jobs for MSYS clang32/64Xiaofan Chen2023-01-281-1/+1
* windows: Only link with --add-stdcall-alias if supported by linkerTormod Volden2023-01-281-1/+1
* windows: Omit -mwin32 GCC option for MSYS/MinGWTormod Volden2023-01-281-1/+1
* Bump LIBUSB_API_VERSION to 0x0100010ATormod Volden2023-01-262-2/+2
* xusb: Add newlines in mass-storage test outputTormod Volden2023-01-211-1/+1
* Fix most -Wpedantic warningsTormod Volden2023-01-215-11/+14
* linux: Keep the no_device_discovery option per contextxloem2023-01-212-10/+15
* core: Add libusb_get_max_alt_packet_size()Orhan aib Kavrakoglu2023-01-214-1/+71
* core: Add helper find_alt_endpoint()Orhan aib Kavrakoglu2023-01-202-1/+28
* core: Factor out helper get_endpoint_max_packet_size()Orhan aib Kavrakoglu2023-01-202-24/+34
* netbsd: Map NetBSD's udi_bus/udi_addr to libusb's 1-based APIEdgar Fuß2023-01-202-3/+3
* windows: Add option for WinUSB RAW_IO endpoint policyMartin Ling2023-01-207-4/+150
* windows: Add GetPipePolicy to struct winusb_interfaceMartin Ling2023-01-203-1/+10
* Update tests and example to use the new libusb_init_context() functionNathan Hjelm2023-01-201-1/+1
* core: Add libusb_init_context() setting options at context creationNathan Hjelm2023-01-204-93/+139
* descriptor: Add support for BOS platform descriptor parsingDominik Boehi2023-01-194-2/+105
* xusb: Print info from IAD descriptorsRyan Metcalfe2023-01-191-1/+1
* windows: Allow claiming all interfaces for a WINUSBX composite functionRyan Metcalfe2023-01-193-18/+91
* descriptor: Introduce interface association descriptors (IAD)Ryan Metcalfe2023-01-194-1/+262
* netbsd: Add comment about udi_speed values matching libusb enumEdgar Fuß2023-01-182-2/+2
* msvc: Add configurations with /MT compilation flagSonatique2023-01-181-1/+1
* git ignore "build" folderSylvain2023-01-091-1/+1
* Fix setting log level before libusb_init()Francis Hart2023-01-092-2/+2
* windows: Define __func__ for vs2015Alexander Mot2023-01-071-1/+1
* docs: Clear endpoint halt issued after cancellation only for macOS < 10.5Martin Ling2023-01-062-16/+18
* darwin: Do not clear device data toggle on macOS 10.5 or newerNathan Hjelm2023-01-063-9/+15
* windows: Remove __stdcall libusb_set_option from .def fileRosen Penev2022-12-202-2/+1
* core: Do not warn about new context as implicit defaultTormod Volden2022-12-192-2/+2
* CI: Run multithreaded stress test on LinuxTormod Volden2022-12-191-1/+1
* tests: Add multithreaded stress test for Posix platformsTormod Volden2022-12-191-1/+1
* windows: Fix off-by-one error in HID backend for devices without report IDsMario Kleiner2022-12-192-1/+4
* darwin/windows: Find interface descriptor by bInterfaceNumberIhor Dutchak2022-12-193-7/+36
* core: Remove leftover usbi_mutex_unlock in libusb_set_interface_alt_settingPablo Prietz2022-12-192-2/+1
* windows: Silence warnings when building without loggingTormod Volden2022-09-043-1/+7
* windows: Fix build with --disable-logRosen Penev2022-09-042-5/+5
* windows: Mark libusb_set_option as WINAPIVRosen Penev2022-09-044-3/+6
* windows: Avoid invalid dereference in debug printTormod Volden2022-09-032-3/+3
* core: Avoid mutex lock while printing error and warningTormod Volden2022-09-032-4/+6
* Fix possible memory leak of configuration descriptor (Darwin/Windows)Ihor Dutchak2022-09-033-5/+10
* Add Emscripten backend for WebAssembly + WebUSB supportIngvar Stepanyan2022-06-264-1/+683
* windows: Correct function name in commentTormod Volden2022-06-262-2/+2
* windows: Use sdk-defined GUIDs where possibleShawn Hoffman2022-06-262-9/+5
* msvc: Correct usage comments about linkingShawn Hoffman2022-06-261-1/+1
* msvc: Implement LIBUSB_DEPRECATED_FORShawn Hoffman2022-06-262-1/+3
* windows: Whitespace fixShawn Hoffman2022-06-262-2/+2
* msvc: Rework msbuild filesShawn Hoffman2022-06-261-1/+1
* core: Remove select case not possibly reachedTormod Volden2022-06-262-2/+1