summaryrefslogtreecommitdiff
path: root/libusb/os
Commit message (Expand)AuthorAgeFilesLines
* OS X: Don't try to work around buggy devices with bInterval = 0 on isochronou...Nathan Hjelm2013-04-041-6/+1
* OS X: Don't assume an interval of 1Nathan Hjelm2013-04-031-9/+17
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-025-0/+5
* Windows: Fix USB descriptor creation code for HID devicesToby Gray2013-04-011-2/+1
* OS X: Do not assume HS when submitting isochronous transferVegard Storheil Eriksen2013-03-121-1/+4
* OS X: Use kCFNumberSInt32Type when reading device location from the IO registryNathan Hjelm2013-03-121-4/+6
* Windows: Fix multiple warningsPete Batard2013-03-123-7/+13
* Linux: Consume all events on a fd in one goHans de Goede2013-03-101-1/+3
* WinCE: Post integration cleanupPete Batard2013-03-036-30/+16
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-273-3/+2
* WinCE: Don't confirm protocol stalls with device in wince_transfer_callback()Simon Haggett2013-02-221-12/+12
* Windows: Don't duplicate paths for HID interfacesPete Batard2013-02-211-2/+6
* Windows: fix compiler warningLudovic Rousseau2013-02-181-1/+1
* Windows: fix compiler warningLudovic Rousseau2013-02-181-1/+2
* Windows: fix compiler warningLudovic Rousseau2013-02-181-1/+1
* Windows: fix compiler warningsLudovic Rousseau2013-02-181-3/+3
* Windows: remove useless extern declarationLudovic Rousseau2013-02-181-2/+0
* Windows: fix compiler warningsLudovic Rousseau2013-02-181-3/+3
* Windows: remove unused functionLudovic Rousseau2013-02-181-14/+0
* Windows: fix compiler warningsLudovic Rousseau2013-02-181-5/+5
* Use "" instead of <> for internal includesSean McBride2013-02-151-1/+1
* Windows: Update transferred data on timeout or cancel.Toby Gray2013-02-141-2/+6
* Linux: Don't set the USBFS_URB_SHORT_NOT_OK flag on the last urbHans de Goede2013-02-141-1/+1
* Windows: Improve error reporting in winusbx_claim_interface()Pete Batard2013-02-021-6/+7
* Windows: Fixed bug in interface autoclaimBenjamin Dobell2013-02-021-2/+2
* Windows: Display error code in default case of windows_transfer_callbackPete Batard2013-01-281-1/+1
* WinCE: Add support for WinCE (sources)Toby Gray2013-01-232-0/+1144
* Windows: Simplify poll_windows and add provisions for WinCEToby Gray2013-01-234-87/+102
* Windows: Add windows_common.h headerToby Gray2013-01-232-63/+110
* Core: Avoid short read failures on broken descriptorsPeter Stuge2012-11-251-2/+1
* Darwin: kAppleVendorID is not in the 10.5 SDKSean McBride2012-11-081-1/+1
* Darwin: Clean up tabsNathan Hjelm2012-10-311-115/+116
* Darwin: Add support for detecting superspeed devicesNathan Hjelm2012-10-312-1/+10
* Darwin: Use Release instead of IODestroyPlugInInterfaceNathan Hjelm2012-10-311-4/+4
* Darwin: Don't retry or unsuspend Apple devices during enumNathan Hjelm2012-10-311-0/+5
* Darwin: Reduce attempts to retrieve a device descriptor during enumerationNathan Hjelm2012-10-311-2/+2
* Windows: Fix access for composite HID devicesPete Batard2012-10-291-14/+21
* Windows: Fix early abort in libusb_closePete Batard2012-10-031-0/+2
* libusbx-1.0.14v1.0.14Pete Batard2012-09-251-1/+1
* Core: Update libusb.h header in accordance with the latest USB specsPete Batard2012-09-151-1/+1
* Windows: Switch to ALLOW_PARTIAL_READS pipe policy enabled by defaultPete Batard2012-09-141-2/+4
* All: Avoid polluting errors reported on device disconnectHans de Goede2012-09-131-1/+1
* Windows: Fix handling of composite devicesPete Batard2012-09-052-38/+17
* Windows: Suppress unwanted error message on filter driverPete Batard2012-08-271-2/+2
* Linux: Return ERROR_NOT_FOUND in detach-kernel-driver if usbfs is already boundHans de Goede2012-08-231-0/+6
* Linux: Avoid unnecessary splitting of bulk transfersHans de Goede2012-08-231-12/+57
* Linux: Add support for the new get_capabilities ioctlHans de Goede2012-08-232-4/+30
* Windows: Add support for 2nd gen Renesas USB 3.0 controllersNicholas Corgan2012-08-221-1/+1
* Windows: Add libusbk.sys & libusb0.sys driver supportPete Batard2012-08-202-331/+750
* Windows: Add workaround for Intel USB 3.0 root hubsMatthias Bolte2012-08-061-5/+7