summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usb.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-13Windows: Silence VS2013 code analysis warningsPete Batard1-4/+6
2014-11-06Windows: Fix cygwin64 buildPete Batard1-3/+2
2014-05-18windows: fix USB 3.0 speed detection on Windows 8 or laterPete Batard1-0/+35
2014-01-08Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu1-1/+1
2014-01-08Windows: Fix a MinGW compilation issuePete Batard1-0/+5
2013-01-23Windows: Add windows_common.h headerToby Gray1-63/+2
2012-09-05Windows: Fix handling of composite devicesPete Batard1-2/+0
2012-08-20Windows: Add libusbk.sys & libusb0.sys driver supportPete Batard1-45/+239
2012-07-17Windows: Fix overflow when handling HID or composite devicesPete Batard1-4/+6
2012-05-28Windows: Restore HID supportPete Batard1-2/+179
2012-05-23Misc: Ensure all sources are UTF-8Pete Batard1-1/+1
2012-04-11Windows: Remove #define options and use same set of defaultsPete Batard1-2/+0
2012-04-10Windows: misc improvementsPete Batard1-11/+11
2012-04-03Misc: Rebrand to libusbxPete Batard1-2/+2
2012-02-08Windows: Fix for MSVC6 preprocessor not accepting blank parametersPete Batard1-11/+13
2011-09-22Fix #64 use of reserved identifiers throughout libusbNathan Hjelm1-26/+26
2011-09-15Windows: Provide libusb_get_device_speed() dataPete Batard1-6/+8
2011-07-24Windows: Make upperize() in windows_usb.h staticPeter Stuge1-1/+1
2011-06-13Windows: minor code improvementsPete Batard1-4/+5
2011-06-13Windows: enumeration overhaulPeter Stuge1-52/+35
2011-06-13Windows: explicit use of ANSI or WideChar callsPete Batard1-13/+6
2011-06-13Windows: Remove SetupAPI, AdvAPI32 and OLE32 link-time dependenciesPete Batard1-9/+29
2011-06-13Windows: Remove emulated direct device access via HID APIPeter Stuge1-177/+2
2010-10-06Windows: add support for filter driversPete Batard1-0/+8
2010-10-06Windows: fix errcode shadow warning, and string and DLL_DECLARE fixesPete Batard1-6/+6
2010-10-06Windows: use IOCTLs for HID input, output and feature reportsPete Batard1-2/+17
2010-08-06Windows: fix string copy in sanitize_pathPete Batard1-2/+4
2010-07-27Add Windows supportPete Batard1-0/+759