summaryrefslogtreecommitdiff
path: root/libusb/os
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix a MinGW compilation issuePete Batard2014-01-081-0/+5
* Darwin: Fix format of 64-bit sessionIDs in log messagesMatthias Bolte2014-01-071-4/+4
* Darwin: Fix a SIGFPEBei Zhang2014-01-071-2/+8
* Darwin: Return error code in darwin_error_str() on unknown errorFrancisco Facioni2014-01-071-1/+3
* Windows: Add SetupAPI error handlingPete Batard2013-12-301-0/+14
* Linux: Remove trailing whitespaceMoritz Fischer2013-12-281-4/+4
* Windows: Fix a crash when HID transfers return no dataPete Batard2013-11-271-12/+14
* Windows: Add support for VIA VL805 USB 3.0 Host ControllersOmri Iluz2013-10-081-1/+1
* Windows: Avoid potential mismatch in transfer error reportingMatthias Bolte2013-10-011-1/+1
* linux: take newline into account for sysfs_get_active_configKarsten Koenig2013-09-281-1/+1
* Fix darwin compilation broken by the usbi_get_device_by_session_id changesHans de Goede2013-09-151-1/+1
* Make usbi_get_device_by_session_id return a ref to the found deviceHans de Goede2013-09-066-24/+22
* openbsd: Fix a memleakHans de Goede2013-09-061-1/+4
* openbsd: Fix usbi_sanitize_device error handlingHans de Goede2013-09-061-1/+3
* darwin: return libusb error codes instead of kernel error codes and fixNathan Hjelm2013-08-261-3/+5
* darwin: clean up some code. remove a clang warningNathan Hjelm2013-08-261-11/+7
* OpenBSD: Add basic support for non ugen(4) devices using usb(4)Martin Pieuchot2013-08-211-122/+211
* openbsd: Split openbsd backend into separate openbsd and netbsd backendsHans de Goede2013-08-211-0/+734
* linux: Handle device disconnection early when possibleChris Dickens2013-08-214-5/+24
* linux/netlink: correct usage of fcntlNathan Hjelm2013-08-141-2/+9
* Windows: Fix a cast warning when compiling for x64 in VSPete Batard2013-08-131-1/+1
* Android: Add formal Android supportToby Gray2013-08-111-1/+3
* linux: ensure the netlink socket is correctly opened with older Linux kernelsNathan Hjelm2013-08-071-6/+30
* Windows: Fix race between windows_clock_gettime_threaded() and windows_clock_...Simon Haggett2013-08-081-1/+12
* WinCE: Fix race between wince_clock_gettime_threaded() and wince_clock_gettime()Simon Haggett2013-08-081-1/+12
* Windows: fd_to_winfd() shouldn't treat fd 0 as invalidSimon Haggett2013-08-081-1/+1
* darwin: fix clang warnings about explicit conversionhjelmn2013-07-301-3/+3
* fixed compiler warning about possible uninitialized use by zero initializingSean McBride2013-07-301-1/+2
* linux_netlink: Remove use of pthread_cancelHans de Goede2013-07-301-14/+44
* linux_netlink: close netlink socket on init errorHans de Goede2013-07-301-0/+2
* hotplug: Remove use of pthread_cancel from linux_udevChris Dickens2013-07-301-15/+48
* linux: Use a separate lock to serialize start/stop vs hotplug eventsHans de Goede2013-07-301-7/+17
* work around Linux systems that don't provide SOCK_CLOEXEC or SOCK_NONBLOCKhjelmn2013-07-301-1/+16
* fix warnings in linux_get_device_addresshjelmn2013-07-301-8/+16
* Add checks for headers needed by linux/netlink.hNathan Hjelm2013-07-301-4/+17
* openbsd: Fix memleak in obsd_get_device_list()Hans de Goede2013-06-261-1/+5
* WinCE: ref result of usbi_get_device_by_session_id()Hans de Goede2013-06-261-0/+1
* WinCE: Fix device reference leak which caused crash on libusb_exit().Toby Gray2013-06-261-6/+4
* Linux: Fix get_kernel_driver_active() when another app has claimed the interfaceHans de Goede2013-06-201-1/+1
* linux_usbfs: Work around a driver binding race in reset handlingHans de Goede2013-06-191-2/+10
* linux_usbfs: Add support for new disconnect-and-claim ioctlHans de Goede2013-06-192-1/+35
* libusb: Add auto-detach-kernel-driver functionalityHans de Goede2013-06-191-4/+38
* linux_udev: Fix spelling of guarantee in commentHans de Goede2013-06-191-1/+1
* POSIX: Set usbi_pipe to non-blocking by oring O_NONBLOCK to fd flags.Chris Dickens2013-06-171-3/+13
* 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
* darwin: return correct error code from libusb_get_config_descriptor when the ...Nathan Hjelm2013-06-061-1/+1
* darwin: increment the reference counter to the parent deviceNathan Hjelm2013-06-061-0/+5