summaryrefslogtreecommitdiff
path: root/libusb/hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* hotplug: Cast ssize_t to int in error path to avoid compiler warningChris Dickens2017-12-281-1/+1
* hotplug: Improve internal structure and deregistration mechanismChris Dickens2017-12-271-49/+72
* Replace obsolete usleep with nanosleepStefan Tauner2016-03-051-1/+2
* Misc: Prefix doxygen references in order to namespace libusbChris Dickens2016-02-241-4/+4
* Misc: Make API parameter names consistent and sensibleChris Dickens2016-02-241-16/+15
* core: Prevent attempts to recursively hande eventsChris Dickens2015-09-281-2/+8
* Fixing erroneous double semi-colonChris Dickens2015-01-051-1/+1
* core: Signal the event pipe at most one timeChris Dickens2014-12-191-3/+6
* core: Eliminate hotplug pipe, using list and event pipe insteadChris Dickens2014-12-191-8/+22
* Doxygen: fix a duplicate labelLudovic Rousseau2014-12-161-1/+1
* Documentation: fix hotplug exampleMarkus Heidelberg2014-02-021-1/+6
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-3/+3
* Windows: Address an VS2012/x64 warning in hotplug.cXiaofan Chen2013-09-021-1/+1
* hotplug: Document that callbacks cannot unregister themselves when called fro...Hans de Goede2013-08-211-1/+5
* hotplug: Don't call the user callback while holding various locksHans de Goede2013-08-211-7/+17
* keep a reference to the device for each active transfer and let the backend h...Nathan Hjelm2013-07-301-12/+1
* hotplug: Pass explicit context to callbacksFlorian Albrechtskirchinger2013-07-231-2/+1
* hotplug: Wakeup libusb_handle_events on libusb_hotplug_deregister_callbackHans de Goede2013-07-051-0/+9
* hotplug: Give the usbi_hotplug_match* functions a context parameterHans de Goede2013-07-051-8/+7
* Doc: update hotplug, topology and descriptor documentationPete Batard2013-07-041-6/+14
* Hotplug: Make use of HAVE_SYS_TYPES_H defineToby Gray2013-05-281-0/+2
* Bump LIBUSBX_API_VERSION for new hotplug APIHans de Goede2013-05-151-4/+4
* Add hotplug support.Nathan Hjelm2013-05-151-0/+302