aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/os/windows_usb.h
Commit message (Expand)AuthorAgeFilesLines
* 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