darwin: fix deprecation warning about kIOMasterPortDefault
[platform/upstream/libusb.git] / libusb / os / darwin_usb.c
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-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-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 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 Voldendarwin_set_interface_altsetting: Avoid device reset...
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: 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 Michael Dickensdarwin: fix const array size to work with GCC compilers
2021-01-13 Freek DijkstraMacOS: Silence pipe error in set_interface_alt_setting()
2020-09-15 Nathan Hjelmdarwin: code cleanup in darwin_handle_transfer_completion
2020-09-13 Chris Dickenscore: Split usbi_clock_gettime() into two separate...
2020-08-18 Chris DickensFix typos detected by codespell and manual inspection
2020-08-11 Chris Dickenscore: Introduce list iteration helpers
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-29 Chris Dickenscore: Narrow the types passed to certain backend functions
2020-04-28 Chris Dickenscore: Kill backend get_device_descriptor() function
2020-04-17 Chris Dickenscore: Change pointer type from 'unsigned char' to ...
2020-04-17 Chris Dickenscore: Kill the 'host_endian' argument for most functions
2020-04-17 Chris Dickenscore: Remove redundant definitions for descriptor sizes
2020-03-26 Chris Dickensdarwin: Explicitly cleanup cached devices during the...
2020-03-16 Chris Dickenscore: Fix return value of usbi_clock_gettime()
2020-03-16 Chris Dickenscore: Kill usbi_backend.clock_gettime() function
2020-03-06 Chris Dickensdarwin: Fix race condition that results in segmentation...
2020-02-26 Chris Dickenscore: Introduce accessor functions for structure privat...
2020-01-24 Chris DickensMisc: Cleanup across multiple backends
2020-01-24 Chris DickensMisc: Trim and consolidate header file usage
2019-08-09 Nathan Hjelmdarwin: fix bugs in the reenumeration of devices
2019-07-08 followerTypo fixes in comments
2019-04-05 Juan Cruz Viottidarwin: Retry IOCreatePlugInInterfaceForService on...
2019-04-05 Nathan Hjelmdarwin: fix reset device
2019-01-31 Sean McBrideFixed many compiler warnings about sign and size mismatch
2019-01-17 Nathan Hjelmdarwin: use internal define when querying plugin interface
2019-01-09 Nathan Hjelmdarwin: shorten hotplug poll timeout
2019-01-09 Sean McBrideTried to untangle mixing of int, enum libusb_error...
2019-01-09 Sean McBrideRemoved unneeded checks for passing null to free()
2018-10-17 Nathan Hjelmos/darwin: remove code that changed the device class...
2018-07-26 Nathan Hjelmos/darwin: switch from using ResetDevice to USBDeviceRe...
2018-01-09 Sean McBridedarwin: Improve error checking to prevent (very unlikel...
2018-01-09 Sean McBridedarwin: Suppress deprecation warning when building...
2018-01-09 Sean McBridedarwin: Test use of kUSBDeviceSpeedSuper against SDK...
2018-01-09 Sean McBridedarwin: extend enum libusb_speed for 10000MBit/s case
2018-01-08 Sean McBridedarwin: Changed weirdo fixed-sized typedefs with the...
2018-01-08 Sean McBridedarwin: Untangle clock_* API tests from atomics tests
2017-12-29 Sean McBrideRemoved accidental double semi colons at end of line
2017-12-29 Sean McBrideFix unused parameter warnings
2017-07-28 Ludovic Rousseaudarwnin: fix compilation warning
2017-07-16 Chris Dickenscore: Pass context to backend when calling exit() function
2017-07-06 Chris Dickenscore: Kill usbi_os_backend structure definition madness
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
next