Windows: Fix a MinGW compilation issue
[platform/upstream/libusb.git] / libusb / os / windows_usb.h
2014-01-08 Pete BatardWindows: Fix a MinGW compilation issue
2013-01-23 Toby GrayWindows: Add windows_common.h header
2012-09-05 Pete BatardWindows: Fix handling of composite devices
2012-08-20 Pete BatardWindows: Add libusbk.sys & libusb0.sys driver support
2012-07-17 Pete BatardWindows: Fix overflow when handling HID or composite...
2012-05-28 Pete BatardWindows: Restore HID support
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-04-11 Pete BatardWindows: Remove #define options and use same set of...
2012-04-10 Pete BatardWindows: misc improvements
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-02-08 Pete BatardWindows: Fix for MSVC6 preprocessor not accepting blank...
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-09-15 Pete BatardWindows: Provide libusb_get_device_speed() data
2011-07-24 Peter StugeWindows: Make upperize() in windows_usb.h static
2011-06-13 Pete BatardWindows: minor code improvements
2011-06-13 Peter StugeWindows: enumeration overhaul
2011-06-13 Pete BatardWindows: explicit use of ANSI or WideChar calls
2011-06-13 Pete BatardWindows: Remove SetupAPI, AdvAPI32 and OLE32 link-time...
2011-06-13 Peter StugeWindows: Remove emulated direct device access via HID API
2010-10-06 Pete BatardWindows: add support for filter drivers
2010-10-06 Pete BatardWindows: fix errcode shadow warning, and string and...
2010-10-05 Pete BatardWindows: use IOCTLs for HID input, output and feature...
2010-08-07 Pete BatardWindows: fix string copy in sanitize_path
2010-07-28 Pete BatardAdd Windows support