core: Suppress hotplug events during initial enumeration
[platform/upstream/libusb.git] / libusb / os /
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-22 Tormod Voldennetbsd: Fix typo preventing build
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 VoldenKeep LIBUSB_OPTION_WEAK_AUTHORITY as a macro with same...
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-10-31 luz pazFix various typos in docs/comments
2021-10-30 Sean McBridedarwin: After last CFRelease of struct field, set it...
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 Sean McBrideFix comment typos
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-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 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 Tormod Voldendarwin_set_interface_altsetting: Avoid device reset...
2021-06-11 Tormod Voldenwinusb: Check for ClassGuid changes on re-enumeration
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 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 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-02-16 Vegard Storheil... darwin: Don't drop partial data on timeout
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
2021-01-16 Chris DickensWindows: Filter out non-libusb I/O completions
2021-01-15 Mark Kuolinux_usbfs: Fix exit crash on Android
2021-01-15 Tormod Voldenwindows: Update link about control transfer size limits
2021-01-15 Mikolaj KucharskiPrefix hex values with 0x in core.c and os/openbsd_usb.c
2021-01-13 Freek DijkstraMacOS: Silence pipe error in set_interface_alt_setting()
2020-12-19 Chris DickensWindows: Break dependency on OLE32
2020-12-19 Chris DickensWindows: Cleanup header includes and definiions
2020-12-16 Chris Dickenscore: Introduce atomic type and operations
2020-12-13 Chris Dickenslinux_usbfs: Fix parsing of descriptors for multi-confi...
2020-11-28 Chris DickensWindows: Fix a few more benign compiler warnings
2020-11-10 Ihor DutchakWindows: ignore all broken devices during enumeration
2020-11-09 Chris DickensFix various CI build warnings
2020-11-08 Chris Dickenstests: Refactor testlib to simplify and fix Cygwin...
2020-10-21 Chris DickensWindows: Restrict path for dynamic library loading
2020-09-29 Chris Dickenscore: Fix unused variable warnings on release builds
2020-09-15 Nathan Hjelmdarwin: code cleanup in darwin_handle_transfer_completion
2020-09-14 Hans de Goedelinux: Fix libusb_get_device_speed() not working on...
2020-09-13 Chris Dickensthreads_posix: Use monotonic clock for condition variab...
2020-09-13 Chris Dickenscore: Split usbi_clock_gettime() into two separate...
2020-09-13 Chris Dickenscore: Add validation to timeval parameters
2020-09-13 Chris Dickenscore: Miscellaneous internal logging cleanup
2020-09-13 Chris Dickenscore: Simplify thread abstractions and add debug checks
2020-09-13 Chris Dickensbuild: Merge events and threads into single platform...
2020-09-13 Chris DickensGuard against getting stuck while handling events
2020-09-13 chrisAndroid: Add option LIBUSB_OPTION_WEAK_AUTHORITY to...
2020-08-25 Chris Dickensevents_posix: Remove unnecessary and incorrect assertion
2020-08-18 Chris DickensFix typos detected by codespell and manual inspection
2020-08-18 Chris DickensWindows: Fix I/O completion port thread behavior on...
2020-08-17 Chris DickensWindows: Improve how root hubs are reported
2020-08-17 Chris DickensWindows: Prevent NULL pointer dereference when ancestor...
2020-08-13 Chris Dickenscore: Add support for eventfd
2020-08-12 Chris Dickenscore: Introduce platform events abstraction
2020-08-11 Chris DickensWindows: Use I/O completion ports for transfers
2020-08-11 Chris Dickenscore: Introduce list iteration helpers
2020-08-10 Theo BuehlerOpenBSD: support libusb_get_port_number
2020-08-10 Theo BuehlerOpenBSD: allow opening ugen devices multiple times
2020-08-10 Zhiqiang Liulibusb: fix a memory leak in sunos_new_string_list...
2020-07-16 Martin Thiererwinusb: setting a non-default config not supported
2020-06-17 Ido Yarivdarwin: Fix invalid GetPipePropertiesV3 argument
2020-06-12 Igor Anokhinos/darwin: use IOUSBDevice as darwin_device_class expli...
2020-06-12 Nathan Hjelmdarwin: use GetPipePropertiesV3 on 10.9 and later
2020-06-12 Nathan Hjelmdarwin: add kIOUSBUnknownPipeErr to error string list
2020-06-09 Ido Yarivdarwin: Fix stale descriptor information post reset
2020-04-30 Sebastian von OhrWindows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANS...
2020-04-29 Chris Dickenslinux_usbfs: Parse config descriptors during device...
next