summaryrefslogtreecommitdiff
path: root/libusb/os/linux_udev.c
Commit message (Expand)AuthorAgeFilesLines
* linux_usbfs: Get device address from file descriptorVianney le Clément de Saint-Marcq2019-01-081-1/+1
* linux_udev: Initialize pointer before calling external APIVictor Toso2017-12-221-0/+1
* linux: Mark internal file descriptors as CLOEXECChris Dickens2017-02-281-5/+21
* linux_netlink: Retry poll() on EINTRChris Dickens2017-02-201-3/+4
* linux_udev: Retry poll() on EINTRRomain Vimont2016-11-031-1/+5
* Miscellaneous fixesTobias Klauser2015-09-201-1/+1
* linux: Filter hotplug events by DEVTYPE of "usb_device"Chris Dickens2015-09-201-1/+2
* core: Make use of headers consistent across all filesChris Dickens2014-09-061-2/+1
* linux_udev: Fix a Coverity warningHans de Goede2014-05-301-1/+2
* 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