summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usb.h
Commit message (Expand)AuthorAgeFilesLines
* windows: Rename windows_usb.h/c windows_winusb.h/cDmitry Fleytman2016-01-231-947/+0
* windows: Move common definitions to a separate fileDmitry Fleytman2016-01-231-27/+1
* Windows: Fix compiler warnings due to type mismatchesChris Dickens2016-01-061-1/+1
* Windows: Use strcasecmp() instead of stricmp() on CygwinChris Dickens2016-01-061-1/+1
* Misc: Spelling fixesTobias Klauser2016-01-051-1/+1
* Windows: Fix some build warnings/link issuesChris Dickens2015-09-051-0/+5
* Windows: Improve monotonic clock_gettime() implementationChris Dickens2015-04-221-0/+9
* Windows: Silence VS2013 code analysis warningsPete Batard2014-11-131-4/+6
* Windows: Fix cygwin64 buildPete Batard2014-11-061-3/+2
* windows: fix USB 3.0 speed detection on Windows 8 or laterPete Batard2014-05-181-0/+35
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-1/+1
* Windows: Fix a MinGW compilation issuePete Batard2014-01-081-0/+5
* Windows: Add windows_common.h headerToby Gray2013-01-231-63/+2
* Windows: Fix handling of composite devicesPete Batard2012-09-051-2/+0
* Windows: Add libusbk.sys & libusb0.sys driver supportPete Batard2012-08-201-45/+239
* Windows: Fix overflow when handling HID or composite devicesPete Batard2012-07-171-4/+6
* Windows: Restore HID supportPete Batard2012-05-281-2/+179
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-1/+1
* Windows: Remove #define options and use same set of defaultsPete Batard2012-04-111-2/+0
* Windows: misc improvementsPete Batard2012-04-101-11/+11
* Misc: Rebrand to libusbxPete Batard2012-04-031-2/+2
* Windows: Fix for MSVC6 preprocessor not accepting blank parametersPete Batard2012-02-081-11/+13
* Fix #64 use of reserved identifiers throughout libusbNathan Hjelm2011-09-221-26/+26
* Windows: Provide libusb_get_device_speed() dataPete Batard2011-09-151-6/+8
* Windows: Make upperize() in windows_usb.h staticPeter Stuge2011-07-241-1/+1
* Windows: minor code improvementsPete Batard2011-06-131-4/+5
* Windows: enumeration overhaulPeter Stuge2011-06-131-52/+35
* Windows: explicit use of ANSI or WideChar callsPete Batard2011-06-131-13/+6
* Windows: Remove SetupAPI, AdvAPI32 and OLE32 link-time dependenciesPete Batard2011-06-131-9/+29
* Windows: Remove emulated direct device access via HID APIPeter Stuge2011-06-131-177/+2
* Windows: add support for filter driversPete Batard2010-10-061-0/+8
* Windows: fix errcode shadow warning, and string and DLL_DECLARE fixesPete Batard2010-10-061-6/+6
* Windows: use IOCTLs for HID input, output and feature reportsPete Batard2010-10-061-2/+17
* Windows: fix string copy in sanitize_pathPete Batard2010-08-061-2/+4
* Add Windows supportPete Batard2010-07-271-0/+759