summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usb.c
Commit message (Expand)AuthorAgeFilesLines
* fixed missing winioctl.h header for cygwinpbr301Pete Batard2010-09-061-0/+1
* use IOCTLs for HID reports (input, output, feature)Pete Batard2010-09-061-153/+44
* workaround for unavailable _strdup on MinGW32pbr300Pete Batard2010-08-211-1/+6
* fixed possible buffer overflow in windows_error_str()pbr299Pete Batard2010-08-191-4/+9
* added full support for filter driversPete Batard2010-08-191-34/+57
* added limited support for filter driverspbr298Pete Batard2010-08-181-45/+61
* fixed errcode shadow warning in MinGW-w64 (windows backend)pbr296Pete Batard2010-08-171-8/+8
* restrict scope of previous workaround and return error when possiblePete Batard2010-08-171-5/+11
* only apply previous workaround for 32 bit buildspbr295Pete Batard2010-08-161-0/+7
* added Workaround for MinGW-w64 multilib bugPete Batard2010-08-151-2/+17
* remove unneeded sanity check in cache_config_descriptorspbr294Pete Batard2010-08-101-7/+2
* removed WinUsb_QueryInterfaceSettings() call in winusb_claim_interfacePete Batard2010-08-101-35/+28
* more safe string macros improvementspbr292Pete Batard2010-08-031-1/+1
* minor improvementsPete Batard2010-08-021-6/+6
* fixed bad cleanup in winusb_release_interface()pbr290Pete Batard2010-08-011-2/+3
* fixed bad string duplication for WinUSB pathspbr289Pete Batard2010-07-311-2/+2
* 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-2/+5
* fixed string indexes being ignored by HIDPete Batard2010-06-141-26/+37
* additional HID error messagespbr281Pete Batard2010-05-241-5/+9
* improved auto-release with support for concurrent auto-claimPete Batard2010-05-241-67/+124
* added auto-release to autoclaimpbr280Pete Batard2010-05-241-3/+21
* use LIBUSB_DEVADDR_MAX for HCDspbr279Pete Batard2010-05-211-5/+6
* additional warning fixes & clarification for DDK's OACR/PrefastPete Batard2010-05-211-0/+1
* re-enabled autoclaim + fixed autoclaim related ifdefsPete Batard2010-05-211-3/+3
* fixed remaining warnings due to autoclaim removalpbr277Pete Batard2010-05-171-0/+4
* disabled autoclaim in windows_usb.c and removed its use in xusb.cr275Pete Batard2010-05-051-1/+1
* fixed issue with composite using HID keyboard on interface 0r272Pete Batard2010-04-271-18/+37
* general whitespace cleanupMichael Plante2010-04-241-4/+4
* improved windows_assign_endpoints (debug msg + error codes)r262Pete Batard2010-04-191-16/+30
* fixed function brace consistency in windows_usb.cPete Batard2010-04-171-2/+4
* revert r253 / f08aae4ddb9cfe3856e07f8997d9adbfa5330467Pete Batard2010-04-171-7/+5
* [INTERNAL - NOT FOR RELEASE] added 2003/XP64 support (EXPERIMENTAL)Pete Batard2010-04-161-0/+2
* LIBUSB_SUCCESS on attach/detach for darwin & Windowsr253Pete Batard2010-04-151-5/+7
* fixed HID bulk/interrupt transfers for report IDsr251Pete Batard2010-04-151-91/+103
* fixed handing of HID reports when report IDs are in user249Pete Batard2010-04-121-71/+104
* workaround for MS's HidD_GetFeature bug with report IDsPete Batard2010-04-081-4/+21
* more default context init fixesr245Michael Plante2010-04-071-1/+1
* Added missing Feature Report descriptor featurer240Michael Plante2010-04-061-3/+21
* removed unnecessary failure during init on USB API errorr234Pete Batard2010-04-011-5/+2
* more explicit error codes on semaphore and DLL issuesr233Pete Batard2010-04-011-3/+3
* revert previous change as well as wchar_to_utf8 to staticr226Pete Batard2010-03-251-2/+2
* enabled reuse of windows_error_str for wdir225Pete Batard2010-03-231-1/+1
* fixed double freeing of fds (reported by Travis Robinson)r224Pete Batard2010-03-221-1/+3
* added MinGW-w64 supportr219Pete Batard2010-03-191-4/+4
* removed trailing whitespaces (Windows backend)r214bPeter Stuge2010-03-181-171/+171
* fixed missing mutex for transfer access (Graeme Gill)r213Pete Batard2010-03-181-0/+2
* fixed typos in windows_usb.c (Graeme Gill)Pete Batard2010-03-171-2/+2
* added partial CancelIoEx emulation for XP and earlierr207Pete Batard2010-03-151-7/+10
* remove buggy "completed_synchronously" flag (Graeme Gill)r205Pete Batard2010-03-121-6/+6