summaryrefslogtreecommitdiff
path: root/libusb/os/linux_udev.c
Commit message (Expand)AuthorAgeFilesLines
* linux: Handle device disconnection early when possibleChris Dickens2013-08-211-1/+1
* hotplug: Remove use of pthread_cancel from linux_udevChris Dickens2013-07-301-15/+48
* linux_udev: Fix spelling of guarantee in commentHans de Goede2013-06-191-1/+1
* linux_udev: Don't free the udev_monitor while the event thread may still use itHans de Goede2013-06-171-5/+5
* linux_udev: Join the hotplug-event-thread when we stop event monitoringHans de Goede2013-06-141-5/+6
* hotplug: ensure udev monitor fd is non-blockingChris Dickens2013-06-141-0/+13
* linux_udev: Log error code on pthread_create failureHans de Goede2013-06-141-1/+1
* hotplug: Add a hotplug_poll backend functionHans de Goede2013-05-301-14/+21
* linux: rework hotplug lock handlingHans de Goede2013-05-301-0/+2
* linux_udev: linux_start_event_monitor: Properly cleanup on errorHans de Goede2013-05-161-4/+17
* linux: Replace should-not-happen checks with assertsHans de Goede2013-05-161-16/+12
* Add hotplug support to the Linux backend.Nathan Hjelm2013-05-151-0/+241