summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usb.c
Commit message (Expand)AuthorAgeFilesLines
* new winusb automated driver installation brancha154Pete Batard2010-02-151-16/+18
* fixed signed/unsigned comparison: int->size_tr153Michael Plante2010-02-121-2/+2
* moved real-time functionality out of timer thread (Michael Plante)r152Pete Batard2010-02-121-104/+96
* fix 2 timer-related bugs (unlikely)r151Michael Plante2010-02-121-4/+5
* added detection of HID report IDs for interrupt transfersr150Pete Batard2010-02-111-7/+57
* changed HID_USE_LAST_REPORTS to USE_HIDD_FOR_REPORTSr149Pete Batard2010-02-111-4/+9
* fixed bad HID input report data when using controlr148Pete Batard2010-02-111-1/+7
* final fix for composite HID mouse and keyboard detectionr147Pete Batard2010-02-101-18/+27
* fixed memory leak dues to HID collections in set_composite_devicer146Pete Batard2010-02-101-6/+15
* r144: preliminary fix for composite HID mouse and keyboard detectionr144Pete Batard2010-02-081-0/+11
* r143: fixed a couple of issues with HIDr143Pete Batard2010-02-081-4/+8
* r142: - fixed claiming of interfaces >0 for non-composite (Dave C.) + better ...r142Pete Batard2010-02-071-27/+42
* r141: HID I/O Overhaul:r141Pete Batard2010-02-061-83/+207
* r137: compat layer TODOs and small fixes:r137Pete Batard2010-02-021-2/+1
* r134: fixed some silly /W3 warnings in MSVCr134Michael Plante2010-02-021-4/+4
* r132: harmonized compatibility layer function names (_libusb prefix always, r...r132Pete Batard2010-02-021-11/+12
* r130: fixed *size in HidD_GetPhysicalDescriptor and fixed various /W4 warning...Pete Batard2010-02-011-4/+4
* r128: additional cygwin fixes for concurrencyPete Batard2010-01-301-2/+2
* r127: merged concurrency branch with master (native improved concurrency hand...Pete Batard2010-01-301-147/+320
* r123: reverted the use of usb_interface in core and forced interface to be un...Pete Batard2010-01-291-14/+6
* r122: fixed poll conflict on cygwin (all compat functions renamed to _libusb_...Pete Batard2010-01-281-5/+2
* r114: sources update and build script (Orin Eman)Pete Batard2010-01-251-16/+12
* r113: HID part 4 (feature complete) + rc file copyright update (Peter Stuge)Pete Batard2010-01-251-24/+174
* r105: added MS Sidewinder HID test in xusb.c + minor changes/improvementsPete Batard2010-01-231-4/+8
* r103: HID part 3 (WIP)Pete Batard2010-01-221-343/+455
* r97: minor fixes for cygwin and sourcesPete Batard2010-01-211-1/+2
* r96: added sources support (Orin Eman)Pete Batard2010-01-211-2/+4
* r94: removed the need for DDK includes + minor fixesPete Batard2010-01-211-17/+6
* r93: HID part 2 (WIP)Pete Batard2010-01-201-87/+721
* r91: additional MSVC fixesPete Batard2010-01-191-16/+12
* r89: extended API supportPete Batard2010-01-181-113/+550
* r85: fixed MSVC warnings for x64 and reverted ssize_t to int for libusb_get_d...Pete Batard2010-01-161-1/+1
* r80: workaround for interface macro redefinition on Windows (removes the need...Pete Batard2010-01-151-31/+31
* r79: fixed remaining cygwin warnings (toupper casts)Pete Batard2010-01-151-1/+1
* r76: added cygwin supportPete Batard2010-01-151-1/+0
* fixed MSVC warnings (/W4 or MSVC6)Pete Batard2010-01-141-5/+9
* Fix CR/LF inconsistenciesPete Batard2010-01-141-167/+167
* svn r70 (last import from svn): - fixed the non retrieval of interface #0 on ...Pete Batard2010-01-141-4/+4
* svn r68: - fixed improper WINVER for Visual Studio on Windows 7 and DDK inclu...Pete Batard2010-01-141-2/+16
* svn r66: - fix for the infamous XP port number issue (using SPDRP_ADDRESS)Pete Batard2010-01-141-54/+9
* svn r62: More MSVC6 compatibilityPete Batard2010-01-141-26/+49
* svn r60: - fixed missing warning for failure to detect port# on XP (added fai...Pete Batard2010-01-141-1/+2
* svn r58: - fixed missing warning for failure to detect port# on XPPete Batard2010-01-141-5/+13
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-141-15/+25
* svn r50: - MSVC6 compatibility (Michael Plante): new driver backend implement...Pete Batard2010-01-141-75/+129
* svn r48: - less annoying windows_set_configurationPete Batard2010-01-141-8/+1
* svn r46: - auto-claim of interface for control transfers (improves v0.1 compa...Pete Batard2010-01-141-0/+9
* svn r44:Pete Batard2010-01-141-21/+18
* svn r42:Pete Batard2010-01-141-154/+100
* svn r40:Pete Batard2010-01-141-123/+263