summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usb.c
Commit message (Expand)AuthorAgeFilesLines
* remove buggy "completed_synchronously" flag (Graeme Gill)r205Pete Batard2010-03-121-6/+6
* moved usbi_fd_notification call after usbi_add_pollfdr203Pete Batard2010-03-101-4/+15
* fixed unref of devices that already exist (Travis Robinson)r194Pete Batard2010-03-051-2/+6
* small improvements and cleanup suggested by Graeme Gillr193Pete Batard2010-03-041-5/+8
* fixed uint64_t warnings (Graeme Gill)r192Pete Batard2010-03-041-3/+3
* more residual cleanup (Michael Plante)r191Pete Batard2010-03-031-5/+6
* residual corrections from previous commits (Michael Plante)r189Pete Batard2010-03-031-4/+4
* dynamically load Cfgmgr32.dll exports (Graeme Gill)r188Pete Batard2010-03-031-0/+19
* renamed windows_compat to poll_windowsPete Batard2010-03-021-1/+1
* poll fd notification improvements (windows poll layer)Pete Batard2010-03-021-4/+4
* fixed small issue when HID get feature is not availabler177Pete Batard2010-02-251-1/+3
* includes simplification and cleanup (os)r173Pete Batard2010-02-241-1/+1
* renamed _libusb_ unistd calls to usbi_r172Pete Batard2010-02-241-11/+11
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-241-6/+2
* improved HID feature reportsr168Pete Batard2010-02-221-28/+53
* updated copyright notice and credits in sourcer167Pete Batard2010-02-201-1/+2
* added detection of uninitialized devices on openr166Pete Batard2010-02-191-0/+6
* fixed cygwin warningr165Pete Batard2010-02-191-1/+1
* fixed improper parent when reusing device + cosmetics fixesr164Pete Batard2010-02-181-2/+6
* ERROR_SEM_TIMEOUT + FORCE_INSTANT_TIMEOUTS for cancellationr161Pete Batard2010-02-181-1/+16
* fixed HID feature reportsr160Pete Batard2010-02-171-8/+23
* improved windows_set_configurationr159Pete Batard2010-02-171-1/+5
* removed unofficial versioning from commentsr158Pete Batard2010-02-171-4/+4
* fixed aggressive transfer cancellationr157Pete Batard2010-02-171-13/+15
* revert back to call copy_transfer_data always in callbackr156Pete Batard2010-02-161-6/+1
* fixed HID interrupt transfers + HID cosmetics improvementsr155Pete Batard2010-02-161-11/+21
* 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