core: Suppress hotplug events during initial enumeration
[platform/upstream/libusb.git] / libusb / hotplug.c
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
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.22' into tizen 39/281239/1
2021-10-30 Sean McBridedoc: Improve comments related to device discovery and...
2021-07-21 Nathan Hjelmcore: update usbi_dbg to take the context as an argument
2021-06-11 Nathan Hjelmcore: really fix dangling devices
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-03 Chris Dickenscore: Refactor initialization and how the default conte...
2020-08-18 Chris DickensFix typos detected by codespell and manual inspection
2020-08-13 Chris Dickenscore: Optimize check for pending events
2020-08-12 Chris Dickenscore: Introduce platform events abstraction
2020-08-11 Chris Dickenscore: Introduce list iteration helpers
2020-04-28 Chris Dickenscore: Fix some minor inconsistencies in API and coding
2020-04-23 Chris Dickenshotplug: Fix definition of libusb_hotplug_register_call...
2020-01-25 Chris Dickenscore: Convert internal macros to static inline functions
2020-01-24 Chris DickensMisc: Trim and consolidate header file usage
2020-01-13 gudenauhotplug: Added libusb_hotplug_get_user_data()
2017-12-29 Chris Dickenshotplug: Cast ssize_t to int in error path to avoid...
2017-12-28 Chris Dickenshotplug: Improve internal structure and deregistration...
2016-03-05 Stefan TaunerReplace obsolete usleep with nanosleep
2016-02-24 Chris DickensMisc: Prefix doxygen references in order to namespace...
2016-02-24 Chris DickensMisc: Make API parameter names consistent and sensible
2015-09-29 Chris Dickenscore: Prevent attempts to recursively hande events
2015-01-06 Chris DickensFixing erroneous double semi-colon
2014-12-19 Chris Dickenscore: Signal the event pipe at most one time
2014-12-19 Chris Dickenscore: Eliminate hotplug pipe, using list and event...
2014-12-16 Ludovic RousseauDoxygen: fix a duplicate label
2014-02-02 Markus HeidelbergDocumentation: fix hotplug example
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2013-09-02 Xiaofan ChenWindows: Address an VS2012/x64 warning in hotplug.c
2013-08-21 Hans de Goedehotplug: Document that callbacks cannot unregister...
2013-08-21 Hans de Goedehotplug: Don't call the user callback while holding...
2013-07-30 Nathan Hjelmkeep a reference to the device for each active transfer...
2013-07-23 Florian Albrechtsk... hotplug: Pass explicit context to callbacks
2013-07-05 Hans de Goedehotplug: Wakeup libusb_handle_events on libusb_hotplug_...
2013-07-05 Hans de Goedehotplug: Give the usbi_hotplug_match* functions a conte...
2013-07-04 Pete BatardDoc: update hotplug, topology and descriptor documentation
2013-05-28 Toby GrayHotplug: Make use of HAVE_SYS_TYPES_H define
2013-05-15 Hans de GoedeBump LIBUSBX_API_VERSION for new hotplug API
2013-05-15 Nathan HjelmAdd hotplug support.