macOS Sierra: Fix detection of parent devices.
[platform/upstream/libusb.git] / libusb / os / darwin_usb.c
2017-03-17 tichmacOS Sierra: Fix detection of parent devices.
2017-03-16 Nathan Hjelmdarwin: use clock_gettime() on 10.12+
2017-01-04 Vianney le Clément... darwin: Replace bzero() with memset()
2016-09-21 Nathan Hjelmdarwin: fix OSAtomicAdd32Barrier argument ordering
2016-09-14 Sean McBrideFixed Obj-C GC support; fix pthread name
2016-09-13 Nathan Hjelmdarwin: fix typo
2016-09-13 Nathan Hjelmdarwin: do not use deprecated OSAtomicIncrement32Barrie...
2016-09-08 Nathan Hjelmdarwin: do not use objc_registerThreadWithCollector...
2016-09-08 Nathan Hjelmdarwin: work around devices with buggy endpoint descriptors
2016-08-17 Chris Dickenscore: Refactor code related to transfer flags and timeo...
2016-03-05 parafindarwin: fix occasional dead-lock on libusb_exit
2016-03-05 Stefan TaunerReplace obsolete usleep with nanosleep
2016-03-02 Ludovic Rousseaudarwin: fix 1 compiler warning
2016-01-06 Tobias KlauserMisc: Spelling fixes
2015-11-21 Nathan Hjelmdarwin: updates to support el capitan
2015-10-09 Nathan Hjelmdarwin: ignore root hub simulation devices
2015-09-20 Tobias KlauserMiscellaneous fixes
2015-04-28 Tobias Klausercore: Remove unused member add_iso_packet_size from...
2015-04-28 Matthias BolteMisc: Remove unnecessary \n from log messages
2015-02-12 parafindarwin: fix resource leak (cached devices are never...
2015-02-01 Chris Dickensdarwin: Fix build break and warning caused by commit...
2015-01-27 Chris Dickensdarwin: Transition to use new transfer completion API
2014-12-29 Chris Dickenscore: Improve the handling of the pollfd list
2014-08-27 Chris Dickenscore: Only interrupt event handlers as necessary during...
2014-06-11 Sean McBrideFixed clang static analyzer warning about dereferencing...
2014-06-11 Sean McBrideMade darwin_hotplug_poll static to fix Xcode warning
2014-05-12 Nathan Hjelmdarwin: initial implemenations of the hotplug_poll...
2014-05-06 Nathan Hjelmdarwin: correct endpoint address calculation
2014-05-06 Nathan Hjelmdarwin: code cleanup
2014-05-06 Nathan Hjelmdarwin: Add support for bulk stream transfers.
2014-05-06 Sean McBrideRemoved unneeded casts
2014-03-21 Nathan Hjelmdarwin: squash warning about returning size_t as int
2014-02-26 Nathan Hjelmdarwin: use destructor function instead of atexit to...
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2014-01-07 Matthias BolteDarwin: Fix format of 64-bit sessionIDs in log messages
2014-01-07 Bei ZhangDarwin: Fix a SIGFPE
2014-01-07 Francisco FacioniDarwin: Return error code in darwin_error_str() on...
2013-09-15 Hans de GoedeFix darwin compilation broken by the usbi_get_device_by...
2013-09-06 Hans de GoedeMake usbi_get_device_by_session_id return a ref to...
2013-08-27 Nathan Hjelmdarwin: return libusb error codes instead of kernel...
2013-08-27 Nathan Hjelmdarwin: clean up some code. remove a clang warning
2013-07-30 hjelmndarwin: fix clang warnings about explicit conversion
2013-07-30 Sean McBridefixed compiler warning about possible uninitialized...
2013-06-06 Hans de GoedeMerge pull request #114 from hjelmn/darwin_device_cache
2013-06-06 Nathan Hjelmdarwin: return correct error code from libusb_get_confi...
2013-06-06 Nathan Hjelmdarwin: increment the reference counter to the parent...
2013-06-06 Nathan Hjelmdarwin: avoid enumerating devices more than once
2013-05-24 Hans de Goedeall: Make usbi_os_backend.get_[active_]config_descripto...
2013-05-16 Hans de GoedeAll: ref dev->parent_dev
2013-05-16 Nathan Hjelmdarwin: fix topology
2013-05-16 Nathan Hjelmdarwin: clean up extraneous includes
2013-05-16 Pete BatardMisc fixes
2013-05-15 Nathan Hjelmdarwin: return LIBUSB_ERROR_NOT_FOUND when reading...
2013-05-15 hjelmn@cs.unm.edudarwin: clean up old code
2013-05-15 Nathan Hjelmdarwin: fix memory leaks in the darwin backend.
2013-05-15 Nathan Hjelmdarwin: don't assume an interval of 1 or high/super...
2013-05-15 Nathan Hjelmdarwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PA...
2013-05-15 Nathan Hjelmdarwin/libusb_reset: reenumerate device if the device...
2013-05-15 Nathan Hjelmdarwin: dpriv->device will never be NULL for a valid...
2013-05-15 Nathan Hjelmdarwin: allow control messages on devices we can not...
2013-05-15 Nathan HjelmAdd hotplug support to the Darwin backend.
2013-05-15 Nathan HjelmCore: Keep a list of contexts created by libusb_init()
2013-04-04 Nathan HjelmOS X: Don't try to work around buggy devices with bInte...
2013-04-03 Nathan HjelmOS X: Don't assume an interval of 1
2013-04-02 Pete BatardCore: Add HID and kernel detach capability detection...
2013-03-12 Vegard Storheil... OS X: Do not assume HS when submitting isochronous...
2013-03-12 Nathan HjelmOS X: Use kCFNumberSInt32Type when reading device locat...
2013-02-15 Sean McBrideUse "" instead of <> for internal includes
2012-11-08 Sean McBrideDarwin: kAppleVendorID is not in the 10.5 SDK
2012-10-31 Nathan HjelmDarwin: Clean up tabs
2012-10-31 Nathan HjelmDarwin: Add support for detecting superspeed devices
2012-10-31 Nathan HjelmDarwin: Use Release instead of IODestroyPlugInInterface
2012-10-31 Nathan HjelmDarwin: Don't retry or unsuspend Apple devices during...
2012-10-31 Nathan HjelmDarwin: Reduce attempts to retrieve a device descriptor...
2012-07-02 Pete BatardMisc: Fix more Clang warnings in core and darwin
2012-05-31 Pete BatardDarwin: More OS-X logging improvements
2012-05-28 Pete BatardDarwin: Align severity of OS-X logging messages
2012-05-28 Pete BatardAll: Add parent and port topology calls
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-03-30 Pete BatardDarwin: Fix a warning on 64 bit platforms
2012-03-22 Peter Stugelibusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and...
2012-02-22 Peter StugeAdd LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate...
2012-02-19 Peter StugeDarwin: Do not reject devices with product id 0x0000
2012-02-08 Sean McBrideDarwin: Clarify comments on event thread creation and...
2012-02-08 Sean McBrideDarwin: Fix incorrect mutex protection of libusb_darwin...
2012-02-08 Sean McBrideDarwin: Use retained runloop variable instead of CFRunL...
2012-02-08 Sean McBrideDarwin: Fix libusb_init() and libusb_exit() refcount...
2011-12-09 Sean McBrideDarwin: Set a name for the background thread on Mac...
2011-10-17 Sean McBrideDarwin: Fix warnings about mismatched signed/unsigned...
2011-10-17 Sean McBrideFix unused variable warnings when without timerfd and...
2011-10-17 Vitali LovichDarwin: fix port leak in darwin_clock_gettime()
2011-10-17 Vitali LovichDarwin: remove unnecessary run loop invalidation during...
2011-10-17 Vitali LovichDarwin: fix port leak during libusb_exit()
2011-10-17 Vitali LovichDarwin: fix potential leak on libusb_claim_interface...
2011-10-17 Nathan HjelmDarwin: Fix #117 transfer size 64/32 bit issue for...
2011-10-17 Vitali LovichDarwin: Reduce race likelihood between cancellation...
2011-09-22 Nathan HjelmDarwin: Use a condition to signal async thread ready...
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-09-22 Nathan HjelmDarwin: fix libusb_get_device_list() and libusb_claim_i...
next