summaryrefslogtreecommitdiff
path: root/libusb/os
AgeCommit message (Expand)AuthorFilesLines
2014-12-16Windows: fix 2 bugs in windows_handle_events()Pete Batard1-1/+3
2014-11-13Windows: Silence VS2013 code analysis warningsPete Batard3-7/+10
2014-11-06Windows: Fix cygwin64 buildPete Batard1-3/+2
2014-09-27Fix broken 'make install'Akshay Jaggi2-3/+3
2014-09-25haiku: Add Haiku supportAkshay Jaggi7-0/+1515
2014-09-06threads_posix: Fix compiler warning due to redefinition of _GNU_SOURCEChris Dickens1-3/+1
2014-09-06core: Make use of headers consistent across all filesChris Dickens11-10/+19
2014-08-27core: Only interrupt event handlers as necessary during libusb_open()Chris Dickens4-4/+4
2014-06-10Fixed clang static analyzer warning about dereferencing nullSean McBride1-1/+1
2014-06-10Made darwin_hotplug_poll static to fix Xcode warningSean McBride1-1/+1
2014-05-30linux_udev: Fix a Coverity warningHans de Goede1-1/+2
2014-05-30linux_usbfs: op_handle_events: Protect against not finding the device-handleHans de Goede1-0/+6
2014-05-30linux_usbfs: Don't mark init_count as volatileHans de Goede1-1/+1
2014-05-20Windows: fix broken WDK compilation for XP targetsPete Batard1-1/+1
2014-05-18windows: fix USB 3.0 speed detection on Windows 8 or laterPete Batard4-22/+182
2014-05-16core: fix/silence issues reported by CoverityPete Batard1-13/+17
2014-05-12darwin: initial implemenations of the hotplug_poll functionNathan Hjelm1-4/+16
2014-05-08Windows: Fix broken WDK compilationPete Batard1-13/+14
2014-05-06darwin: correct endpoint address calculationNathan Hjelm1-2/+2
2014-05-06darwin: code cleanupNathan Hjelm2-52/+30
2014-05-06darwin: Add support for bulk stream transfers.Nathan Hjelm1-1/+119
2014-05-06Removed unneeded castsSean McBride1-5/+5
2014-04-22Add API for using bulk streamsHans de Goede6-6/+40
2014-04-22Add API for allocating / freeing usb3 bulk streams + Linux implementationHans de Goede6-0/+73
2014-04-07 Updated netlink code to parse events that do not contain BUSNUM andJustin Bischoff2-2/+39
2014-03-21darwin: squash warning about returning size_t as intNathan Hjelm1-1/+1
2014-02-26darwin: use destructor function instead of atexit to cleanup stateNathan Hjelm1-7/+2
2014-02-19Windows: Add support for AMD USB 3.0 root hubsMarkus Heidelberg1-2/+2
2014-02-01Windows: Add support for (old?) Intel USB 3.0 hub driverPete Batard1-1/+1
2014-01-08Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu15-32/+32
2014-01-08Windows: Fix a MinGW compilation issuePete Batard1-0/+5
2014-01-07Darwin: Fix format of 64-bit sessionIDs in log messagesMatthias Bolte1-4/+4
2014-01-07Darwin: Fix a SIGFPEBei Zhang1-2/+8
2014-01-07Darwin: Return error code in darwin_error_str() on unknown errorFrancisco Facioni1-1/+3
2013-12-30Windows: Add SetupAPI error handlingPete Batard1-0/+14
2013-12-28Linux: Remove trailing whitespaceMoritz Fischer1-4/+4
2013-11-27Windows: Fix a crash when HID transfers return no dataPete Batard1-12/+14
2013-10-08Windows: Add support for VIA VL805 USB 3.0 Host ControllersOmri Iluz1-1/+1
2013-10-01Windows: Avoid potential mismatch in transfer error reportingMatthias Bolte1-1/+1
2013-09-28linux: take newline into account for sysfs_get_active_configKarsten Koenig1-1/+1
2013-09-15Fix darwin compilation broken by the usbi_get_device_by_session_id changesHans de Goede1-1/+1
2013-09-06Make usbi_get_device_by_session_id return a ref to the found deviceHans de Goede6-24/+22
2013-09-06openbsd: Fix a memleakHans de Goede1-1/+4
2013-09-06openbsd: Fix usbi_sanitize_device error handlingHans de Goede1-1/+3
2013-08-26darwin: return libusb error codes instead of kernel error codes and fixNathan Hjelm1-3/+5
2013-08-26darwin: clean up some code. remove a clang warningNathan Hjelm1-11/+7
2013-08-21OpenBSD: Add basic support for non ugen(4) devices using usb(4)Martin Pieuchot1-122/+211
2013-08-21openbsd: Split openbsd backend into separate openbsd and netbsd backendsHans de Goede1-0/+734
2013-08-21linux: Handle device disconnection early when possibleChris Dickens4-5/+24
2013-08-14linux/netlink: correct usage of fcntlNathan Hjelm1-2/+9