summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usb.h
Commit message (Expand)AuthorAgeFilesLines
* merged r202 to r204a167Pete Batard2010-03-121-5/+0
* pipe communication between installer and other improvementsa166Pete Batard2010-03-121-0/+13
* merged r197a161Pete Batard2010-03-061-68/+37
* merged with master's r175a159Pete Batard2010-02-241-1/+3
|\
| * improved HID feature reportsr168Pete Batard2010-02-221-0/+1
| * updated copyright notice and credits in sourcer167Pete Batard2010-02-201-1/+2
* | new winusb automated driver installation brancha154Pete Batard2010-02-151-15/+9
|/
* added detection of HID report IDs for interrupt transfersr150Pete Batard2010-02-111-1/+48
* fixed bad HID input report data when using controlr148Pete Batard2010-02-111-1/+2
* final fix for composite HID mouse and keyboard detectionr147Pete Batard2010-02-101-1/+2
* r142: - fixed claiming of interfaces >0 for non-composite (Dave C.) + better ...r142Pete Batard2010-02-071-1/+1
* r141: HID I/O Overhaul:r141Pete Batard2010-02-061-3/+10
* r137: compat layer TODOs and small fixes:r137Pete Batard2010-02-021-7/+0
* r133: fixed missing LONG_PTR reference using intptr_t instead since that's in...r133Michael Plante2010-02-021-1/+1
* r130: fixed *size in HidD_GetPhysicalDescriptor and fixed various /W4 warning...Pete Batard2010-02-011-18/+26
* r128: additional cygwin fixes for concurrencyPete Batard2010-01-301-0/+2
* r127: merged concurrency branch with master (native improved concurrency hand...Pete Batard2010-01-301-16/+33
* r113: HID part 4 (feature complete) + rc file copyright update (Peter Stuge)Pete Batard2010-01-251-1/+1
* r105: added MS Sidewinder HID test in xusb.c + minor changes/improvementsPete Batard2010-01-231-1/+1
* r103: HID part 3 (WIP)Pete Batard2010-01-221-26/+30
* r98: additional MSVC6 fixesPete Batard2010-01-211-0/+5
* r94: removed the need for DDK includes + minor fixesPete Batard2010-01-211-76/+278
* r93: HID part 2 (WIP)Pete Batard2010-01-201-9/+63
* r89: extended API supportPete Batard2010-01-181-11/+73
* r80: workaround for interface macro redefinition on Windows (removes the need...Pete Batard2010-01-151-6/+6
* r79: fixed remaining cygwin warnings (toupper casts)Pete Batard2010-01-151-1/+1
* r78: fixed remaining cygwin warnings (missing prototypes)Pete Batard2010-01-151-0/+5
* fixed MSVC warnings (/W4 or MSVC6)Pete Batard2010-01-141-2/+2
* svn r70 (last import from svn): - fixed the non retrieval of interface #0 on ...Pete Batard2010-01-141-0/+1
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-141-5/+3
* svn r50: - MSVC6 compatibility (Michael Plante): new driver backend implement...Pete Batard2010-01-141-20/+36
* svn r42:Pete Batard2010-01-141-32/+1
* svn r40:Pete Batard2010-01-141-21/+20
* svn r38:Pete Batard2010-01-141-9/+18
* svn r35:Pete Batard2010-01-141-0/+9
* svn r31:Pete Batard2010-01-141-8/+10
* svn r29:Pete Batard2010-01-141-2/+8
* svn r27:Pete Batard2010-01-141-1/+1
* svn r25:Pete Batard2010-01-141-7/+40
* svn r22: Partial async I/O (control only) with custom poll and OVERLAPPED poi...Pete Batard2010-01-141-110/+116
* svn r18: basic open/close & claim/release interface + detection of WinUSB and...Pete Batard2010-01-141-1/+5
* svn r13: add winusb to the mix: query first interface and pipes on device openPete Batard2010-01-141-2/+113
* svn r10: device descriptors and config descriptors caching code cleanupPete Batard2010-01-141-15/+1
* svn r9: general code cleanupPete Batard2010-01-141-1/+1
* svn r8: remove handles from private structures plus init cleanupPete Batard2010-01-141-9/+0
* svn r7: initialize paths for non hub devicesPete Batard2010-01-141-5/+11
* svn r6: add configuration descriptors retrievalPete Batard2010-01-141-2/+9
* svn r5: code cleanup (mostly hub enumeration) and completionPete Batard2010-01-141-14/+6
* mirror libusb-winusb git branch from 2009.12.03Pete Batard2010-01-141-0/+232