summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Windows: Correctly clear backend transfer private informationToby Gray2013-04-111-7/+7
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-021-0/+1
* Windows: Fix USB descriptor creation code for HID devicesToby Gray2013-04-011-2/+1
* Windows: Fix multiple warningsPete Batard2013-03-121-4/+7
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-271-1/+1
* 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 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: Update transferred data on timeout or cancel.Toby Gray2013-02-141-2/+6
* 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
* Windows: Simplify poll_windows and add provisions for WinCEToby Gray2013-01-231-4/+4
* 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-051-36/+17
* Windows: Suppress unwanted error message on filter driverPete Batard2012-08-271-2/+2
* 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-201-286/+511
* Windows: Add workaround for Intel USB 3.0 root hubsMatthias Bolte2012-08-061-5/+7
* Windows: Set device number for root hubs to 1Pete Batard2012-07-181-2/+5
* Windows: Fix overflow when handling HID or composite devicesPete Batard2012-07-171-4/+13
* Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard2012-07-021-13/+10
* Windows: Fix warnings reported by the Intel CompilerPete Batard2012-06-251-5/+3
* Windows: Fix erroneous pointer array allocation reported by ClangPete Batard2012-06-131-1/+1
* All: Prevent memory leaks on realloc failuresPete Batard2012-06-081-1/+1
* Core: Add toggleable debug loggingPete Batard2012-06-041-1/+1
* Windows: Restore HID supportPete Batard2012-05-281-16/+1164
* All: Add parent and port topology callsPete Batard2012-05-281-0/+2
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-1/+1
* Windows: Reduce severity of initial conf desc readout failuresPete Batard2012-05-231-3/+4
* Windows: Fix deadlock in backend when submitting transfers.Toby Gray2012-05-031-3/+3
* Windows: Fix removal of usbi_fd_notification calls in submit_*_transferUri Lublin2012-05-011-0/+3
* Windows: Remove #define options and use same set of defaultsPete Batard2012-04-111-43/+0
* Windows: misc improvementsPete Batard2012-04-101-16/+17
* Misc: Fix missing libsub's -> libusbx's from previous patchesPete Batard2012-04-031-1/+1
* Misc: Rebrand to libusbxPete Batard2012-04-031-9/+9
* Windows: fix Clang warnings about unused assignationsPete Batard2012-03-281-2/+1
* libusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and IS_XFEROUT() macrosPeter Stuge2012-03-221-8/+7
* Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate need for ZLPPeter Stuge2012-02-221-0/+3
* Windows: Add Renesas SuperSpeed support for libusb_get_device_speed()Pete Batard2012-02-121-0/+1
* Windows: Fix crash during enumeration with >= 64 connected devicesDave Camarillo2012-02-081-1/+1
* Windows: guid_to_string() is only discarded when macro-usbi_dbg usedMichael Plante2012-02-081-1/+1
* Windows: do not set altsetting 0 as part of libusb_release_interface()Pete Batard2011-10-171-1/+0