Misc: Trim and consolidate header file usage
[platform/upstream/libusb.git] / libusb / os / linux_udev.c
2020-01-24 Chris DickensMisc: Trim and consolidate header file usage
2020-01-24 Chris Dickenscore: Make style of debug messages with errno consisten...
2019-12-03 John Keepinglinux_udev: silently ignore "bind" action
2019-01-09 Vianney le Clément... linux_usbfs: Get device address from file descriptor
2017-12-22 Victor Tosolinux_udev: Initialize pointer before calling external API
2017-03-01 Chris Dickenslinux: Mark internal file descriptors as CLOEXEC
2017-02-20 Chris Dickenslinux_netlink: Retry poll() on EINTR
2016-11-03 Romain Vimontlinux_udev: Retry poll() on EINTR
2015-09-20 Tobias KlauserMiscellaneous fixes
2015-09-20 Chris Dickenslinux: Filter hotplug events by DEVTYPE of "usb_device"
2014-09-07 Chris Dickenscore: Make use of headers consistent across all files
2014-05-30 Hans de Goedelinux_udev: Fix a Coverity warning
2013-08-21 Chris Dickenslinux: Handle device disconnection early when possible
2013-07-30 Chris Dickenshotplug: Remove use of pthread_cancel from linux_udev
2013-06-19 Hans de Goedelinux_udev: Fix spelling of guarantee in comment
2013-06-17 Hans de Goedelinux_udev: Don't free the udev_monitor while the event...
2013-06-14 Hans de Goedelinux_udev: Join the hotplug-event-thread when we stop...
2013-06-14 Chris Dickenshotplug: ensure udev monitor fd is non-blocking
2013-06-14 Hans de Goedelinux_udev: Log error code on pthread_create failure
2013-05-30 Hans de Goedehotplug: Add a hotplug_poll backend function
2013-05-30 Hans de Goedelinux: rework hotplug lock handling
2013-05-16 Hans de Goedelinux_udev: linux_start_event_monitor: Properly cleanup...
2013-05-16 Hans de Goedelinux: Replace should-not-happen checks with asserts
2013-05-15 Nathan HjelmAdd hotplug support to the Linux backend.