summaryrefslogtreecommitdiff
path: root/libusb/os/windows_winusb.h
Commit message (Expand)AuthorAgeFilesLines
* windows: Add GetPipePolicy to struct winusb_interfaceMartin Ling2023-01-201-0/+8
* windows: Use sdk-defined GUIDs where possibleShawn Hoffman2022-06-261-8/+4
* core: update usbi_dbg to take the context as an argumentNathan Hjelm2021-07-211-1/+1
* Windows: Break dependency on OLE32Chris Dickens2020-12-191-5/+1
* Windows: Cleanup header includes and definiionsChris Dickens2020-12-191-42/+19
* Windows: Improve how root hubs are reportedChris Dickens2020-08-171-5/+44
* core: Narrow the types passed to certain backend functionsChris Dickens2020-04-281-4/+4
* core: Kill backend get_device_descriptor() functionChris Dickens2020-04-281-2/+2
* core: Fix some minor inconsistencies in API and codingChris Dickens2020-04-271-1/+1
* core: Move parameter validation from backend to coreChris Dickens2020-03-161-2/+2
* Windows: Fix some harmless build warningsChris Dickens2020-03-091-1/+0
* core: Introduce accessor functions for structure private dataChris Dickens2020-02-261-27/+16
* Windows: fix MAX_PATH_LENGTHa1exdandy2020-02-221-1/+1
* Windows: Refactoring to consolidate and simplify common codeChris Dickens2020-02-071-78/+80
* core: Convert internal macros to static inline functionsChris Dickens2020-01-251-4/+0
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-201-2/+4
* windows_winusb: Add support for reporting super speed plus devicesHarry Mallon2019-08-091-1/+3
* windows_winusb: Set policy ISO_ALWAYS_START_ASAP for libusbKLéo Lam2019-07-071-0/+3
* Add support for isochronous transfers with WinUSB.philemonf2019-04-051-0/+63
* Windows: WinUSB: Do not assume that driver implements CancelIoEx()Chris Dickens2018-03-121-0/+1
* Windows: Check composite interfaces before calling functionsChris Dickens2018-01-271-2/+9
* Windows: Added isochronous support via libusbkJoshua Blake2018-01-081-0/+42
* Windows: Enable dynamic selection between WinUSB and UsbDk backendsChris Dickens2018-01-081-57/+8
* Windows: Rework poll() emulation to a much simpler and effective designChris Dickens2018-01-061-0/+1
* Windows: Rework WinUSB enumeration process to fix issues on Win8+Chris Dickens2018-01-041-6/+11
* Windows: Remove port member from device's private structureChris Dickens2018-01-041-1/+0
* Windows: Constify variables that aren't supposed to changeChris Dickens2018-01-031-2/+2
* Windows: Kill empty functions and switch to runtime checkingChris Dickens2018-01-031-6/+4
* Windows: Remove unused DLL functions and header definitionsChris Dickens2018-01-031-89/+4
* Windows: Fix some minor style issuesChris Dickens2018-01-031-63/+53
* Windows: Improve enumeration processChris Dickens2018-01-031-1/+1
* Windows: Report correct usagePage and usage values for HIDchunyu.xie2017-12-221-0/+2
* Windows: Fix libusb_get_string_descriptor for HID deviceschunyu.xie2017-12-221-1/+2
* Windows: Header file cleanupChris Dickens2017-06-051-182/+48
* Windows: Fix regression introduced by 05b0b55bChris Dickens2017-05-111-2/+4
* Windows: Fix possible memory leak when caching descriptors failsChris Dickens2017-03-261-4/+2
* Windows: Clean up unnecessary variable initializationChris Dickens2017-01-121-11/+0
* Windows/WinCE: Remove uses of safe_* macros where not usefulChris Dickens2017-01-121-6/+6
* Windows: Fix possible false error message during device enumerationv1.0.21-rc6Chris Dickens2016-10-011-2/+0
* Windows: Fix false assertion failure message during enumerationChris Dickens2016-05-291-1/+3
* Windows: Fix MinGW buildChris Dickens2016-03-031-5/+0
* Windows: Move definitions for Cygwin.KIMURA Masaru2016-01-281-8/+0
* Windows/WinCE: Improve the run-time dynamic linking schemeChris Dickens2016-01-281-32/+41
* Windows: Source file cleanupChris Dickens2016-01-261-250/+255
* windows: Rename windows_usb.h/c windows_winusb.h/cDmitry Fleytman2016-01-231-0/+947