summaryrefslogtreecommitdiff
path: root/libusb/os
Commit message (Expand)AuthorAgeFilesLines
* linux_udev: Fix a Coverity warningHans de Goede2014-05-301-1/+2
* linux_usbfs: op_handle_events: Protect against not finding the device-handleHans de Goede2014-05-301-0/+6
* linux_usbfs: Don't mark init_count as volatileHans de Goede2014-05-301-1/+1
* Windows: fix broken WDK compilation for XP targetsPete Batard2014-05-201-1/+1
* windows: fix USB 3.0 speed detection on Windows 8 or laterPete Batard2014-05-184-22/+182
* core: fix/silence issues reported by CoverityPete Batard2014-05-161-13/+17
* darwin: initial implemenations of the hotplug_poll functionNathan Hjelm2014-05-121-4/+16
* Windows: Fix broken WDK compilationPete Batard2014-05-081-13/+14
* darwin: correct endpoint address calculationNathan Hjelm2014-05-061-2/+2
* darwin: code cleanupNathan Hjelm2014-05-062-52/+30
* darwin: Add support for bulk stream transfers.Nathan Hjelm2014-05-061-1/+119
* Removed unneeded castsSean McBride2014-05-061-5/+5
* Add API for using bulk streamsHans de Goede2014-04-226-6/+40
* Add API for allocating / freeing usb3 bulk streams + Linux implementationHans de Goede2014-04-226-0/+73
* Updated netlink code to parse events that do not contain BUSNUM andJustin Bischoff2014-04-072-2/+39
* darwin: squash warning about returning size_t as intNathan Hjelm2014-03-211-1/+1
* darwin: use destructor function instead of atexit to cleanup stateNathan Hjelm2014-02-261-7/+2
* Windows: Add support for AMD USB 3.0 root hubsMarkus Heidelberg2014-02-191-2/+2
* Windows: Add support for (old?) Intel USB 3.0 hub driverPete Batard2014-02-011-1/+1
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-0815-32/+32
* 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