summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usb.h
Commit message (Expand)AuthorAgeFilesLines
* fix missing linefeeds at the end of windows_usb.c/hPete Batard2010-07-291-1/+1
* fixed -Wshadow compilation errors when using cygwinPete Batard2010-07-291-14/+10
* fixed string indexes being ignored by HIDPete Batard2010-06-141-3/+2
* improved auto-release with support for concurrent auto-claimPete Batard2010-05-241-3/+3
* added auto-release to autoclaimpbr280Pete Batard2010-05-241-0/+3
* fixed issue with composite using HID keyboard on interface 0r272Pete Batard2010-04-271-0/+3
* general whitespace cleanupMichael Plante2010-04-241-14/+14
* fixed HID bulk/interrupt transfers for report IDsr251Pete Batard2010-04-151-3/+1
* more explicit error codes on semaphore and DLL issuesr233Pete Batard2010-04-011-3/+3
* removed trailing whitespaces (Windows backend)r214bPeter Stuge2010-03-181-7/+7
* moved usbi_fd_notification call after usbi_add_pollfdr203Pete Batard2010-03-101-5/+0
* removed unneeded CMAPI definitionr190Pete Batard2010-03-031-5/+5
* dynamically load Cfgmgr32.dll exports (Graeme Gill)r188Pete Batard2010-03-031-54/+32
* improved HID feature reportsr168Pete Batard2010-02-221-0/+1
* updated copyright notice and credits in sourcer167Pete Batard2010-02-201-1/+2
* 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