platform/upstream/libusb.git
2023-04-05 Benjamin Bergcore: Suppress hotplug events during initial enumeration 50/290950/1 accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_8.0 accepted/tizen/8.0/unified/20231005.095128 accepted/tizen/unified/20230406.165731 tizen_8.0_m2_release
2023-04-05 Benjamin Bergio: Track device in usbi_transfer 49/290949/1
2023-04-05 Benjamin Bergcore: Unset device ctx if it has been destroyed 48/290948/1
2022-09-14 Karol LewandowskiMerge tag 'v1.0.25' into tizen 42/281242/1 accepted/tizen/unified/20230105.154718
2022-09-14 Karol LewandowskiMerge tag 'v1.0.24' into tizen 41/281241/1
2022-09-14 Karol LewandowskiMerge tag 'v1.0.23' into tizen 40/281240/1
2022-09-14 Karol LewandowskiMerge tag 'v1.0.22' into tizen 39/281239/1
2022-01-31 Tormod Voldenlibusb 1.0.25 upstream/1.0.25
2022-01-29 Tormod Voldenappveyor: Retain selected build artifacts
2022-01-22 Tormod Voldenexamples: Do not assume positive errno macros
2022-01-22 Tormod Voldennetbsd: Fix typo preventing build
2022-01-21 Tormod Voldenlibusb 1.0.25-rc1
2022-01-21 Tormod VoldenAdd libusb_set_option to libusb-1.0.def manually
2022-01-21 Tormod VoldenUpdate AUTHORS
2022-01-21 Tormod VoldenUpdate libusb-1.0.def
2022-01-20 Ludovic RousseauAdd github action for macOS
2022-01-20 Ludovic RousseauAdd github action for GNU/Linux
2022-01-18 Andrew GoodneyThe current code for calculating the timeout in darwin_...
2021-12-01 Tormod Voldendarwin: Minor tidy up in darwin_set_interface_altsetting()
2021-12-01 Nathan Hjelmdarwin: fix behavior of libusb_set_interface_alt_settin...
2021-11-27 Tormod VoldenBump LIBUSB_API_VERSION
2021-11-27 Tormod VoldenKeep LIBUSB_OPTION_WEAK_AUTHORITY as a macro with same...
2021-11-27 AdamKorczFuzzing: Add CIFuzz
2021-11-24 Matthias Boltecore: Unlock and clear default ctx in all error paths...
2021-11-09 Tormod Voldencore: Minor code cleanup in libusb_init (NOP)
2021-11-09 Tormod VoldenWindows: Allow synchronous control transfers (for libusb0)
2021-11-07 Julian ScheelWindows: Fix timeouts if only endpoint 0 exists
2021-11-07 Tormod VoldenWindows: Ignore any device interface GUIDs beyond the...
2021-11-07 Evan Millerdarwin: Fix compilation on macOS 10.9 and earlier
2021-11-01 Peter-Stexamples: Add example for unrooted Android
2021-11-01 Tormod Voldendescriptor: Provide more detailed warning if suspicious...
2021-11-01 Tormod Voldendoc: Explain default options in libusb_set_option docum...
2021-11-01 Bruno Harbulotcore: Apply default options to all new contexts
2021-10-31 Tormod Voldenxusb: Print total length of configuration descriptor
2021-10-31 luz pazFix various typos in docs/comments
2021-10-31 Tormod Voldenxusb: Print configuration descriptor length
2021-10-30 Sean McBridedarwin: After last CFRelease of struct field, set it...
2021-10-30 Sean McBridedoc: Improve comments related to device discovery and...
2021-10-30 Tormod Voldendoc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET...
2021-10-30 Paul CercueilWindows: Fix ssize_t unconditionally defined
2021-10-30 Bohdan TymkivWindows: Partial fix for data race in composite_copy_tr...
2021-10-28 Nathan Hjelmdarwin: fix deprecation warning about kIOMasterPortDefault
2021-10-28 Nathan Hjelmdarwin: add support for handling new error code (kUSBHo...
2021-09-23 Tormod Voldengit hooks: Remove "source" bashism
2021-09-23 Peter-StUpdate Android Readme
2021-09-23 Ankur VermaFix segmentation fault in libusb_init() if usbi_backend...
2021-09-23 Sean McBrideFix comment typos
2021-09-23 xloemAndroid build name correction
2021-09-23 mcueeFix Windows HID backend missing byte
2021-08-08 Nathan Hjelmdarwin: fix typo
2021-08-08 Nathan Hjelmdarwin: improve the error message on kernel driver...
2021-08-08 Nathan Hjelmdarwin: fix USB capture for root
2021-07-27 Nathan Hjelmconfigure: remove usage of deprecated AC_HELP_STRING
2021-07-27 Nathan Hjelmcore: set default backend options before calling backen...
2021-07-27 mcueeUpdate libusb-1.0.def
2021-07-22 Nathan Hjelmdarwin: only attempt to auto-detach driver is one is...
2021-07-22 Nathan Hjelmdarwin: use the IO registry to detect if a kernel drive...
2021-07-21 Nathan Hjelmxusb: add check for interface kernel driver
2021-07-21 Nathan Hjelmcore: update usbi_dbg to take the context as an argument
2021-07-20 Nathan Hjelmdarwin: downgrade error message on failure to open...
2021-07-20 Nathan Hjelmdarwin: add a comment on how the bus number is calculated
2021-07-20 Dmitry Zakablukovdarwin: update the list of endpoints after successfull...
2021-07-20 Tormod Voldenwinusb: Ignore missing DeviceInterfaceGUID
2021-07-09 Nathan Hjelmdarwin: improve support for auto-detaching a kernel...
2021-07-09 Nathan Hjelmdarwin: fix SEGV on libusb_close after failed re-enumer...
2021-07-09 Dmitry Zakablukov[Issue-912] Lock open_devs_lock in context to avoid...
2021-07-09 Tormod VoldenNew NO_DEVICE_DISCOVERY option to replace WEAK_AUTHORIT...
2021-07-09 Craig Hutchinsonwindows: Allow GUID with and without trailing zeroes
2021-07-09 Ryan SchmidtFix build failure on Mac OS X 10.7
2021-06-12 Nathan Hjelmdarwin: release device parent reference when re-enumera...
2021-06-11 Tormod VoldenDo not restrict "weak authority" option to Android
2021-06-11 Nathan Hjelmcore: really fix dangling devices
2021-06-11 Tormod Voldendarwin_set_interface_altsetting: Avoid device reset...
2021-06-11 Tormod Voldenwinusb: Check for ClassGuid changes on re-enumeration
2021-06-11 Nathan Hjelmcore: only increment devices_released when a device...
2021-06-11 Nathan Hjelmcore: ensure that all devices are properly cleaned...
2021-06-08 Nathan Hjelmcore: allow libusb_set_option on the default context...
2021-06-08 Jim ChenWindows: Try alternative methods to query port number
2021-06-08 Patrick StewartWindows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on...
2021-06-06 Ihor Dutchakdoc: Add since version tag to libusb_wrap_sys_device()
2021-06-06 Ihor Dutchakdoc: correction of LIBUSB_OPTION_WEAK_AUTHORITY availab...
2021-06-06 Nathan Hjelmdarwin: do not reset darwin_cached_devices on last...
2021-06-03 Chris Dickenscore: Refactor initialization and how the default conte...
2021-05-16 Ozkan Sezermake libusb.h usable with Watcom
2021-05-16 Nathan HjelmUpdate ChangeLog in preparation for 1.0.25
2021-05-16 osydarwin: remove redundant macOS version checks
2021-05-16 osydarwin: add authorization for device capture
2021-05-16 osydarwin: use detach kernel APIs for capture
2021-05-16 osydarwin: rename darwin_reset_device
2021-05-16 osydarwin: add timeout for reset reenumerate
2021-04-14 Marco Trevisan... autogen: Support being called from external build dir
2021-02-22 Ludovic RousseauDoxygen: fix warning about PAPER_TYPE
2021-02-22 Ludovic RousseauDoxygen: update config file from 1.8.16 to 1.9.0
2021-02-16 Vegard Storheil... darwin: Don't drop partial data on timeout
2021-02-15 Victor Tosodoc: Add since version tag to libusb_set_log_cb()
2021-02-08 Chris Dickenslinux_usbfs: Gracefully handle buggy devices with a...
2021-02-08 Chris Dickenslinux_usbfs: Accept sysfs attributes not terminated...
2021-02-08 Chris Dickenslinux_netlink: Change order of header includes per...
2021-02-08 Michael Dickensdarwin: fix const array size to work with GCC compilers
2021-02-01 Chris DickensWindows: Fix HID and synchronous transfer completion
next