io: Fix race condition in handle_timeout()
[platform/upstream/libusb.git] / libusb / hotplug.c
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.