Windows: Fix multiple warnings
[platform/upstream/libusb.git] / libusb / os / windows_usb.c
2013-03-12 Pete BatardWindows: Fix multiple warnings
2013-02-27 Pete BatardMisc: Simplify includes and misc. cleanup
2013-02-21 Pete BatardWindows: Don't duplicate paths for HID interfaces
2013-02-18 Ludovic RousseauWindows: fix compiler warning
2013-02-18 Ludovic RousseauWindows: fix compiler warnings
2013-02-18 Ludovic RousseauWindows: remove useless extern declaration
2013-02-18 Ludovic RousseauWindows: fix compiler warnings
2013-02-14 Toby GrayWindows: Update transferred data on timeout or cancel.
2013-02-02 Pete BatardWindows: Improve error reporting in winusbx_claim_inter...
2013-02-02 Benjamin DobellWindows: Fixed bug in interface autoclaim
2013-01-28 Pete BatardWindows: Display error code in default case of windows_...
2013-01-23 Toby GrayWindows: Simplify poll_windows and add provisions for...
2012-10-29 Pete BatardWindows: Fix access for composite HID devices
2012-10-03 Pete BatardWindows: Fix early abort in libusb_close
2012-09-25 Pete Batardlibusbx-1.0.14
2012-09-15 Pete BatardCore: Update libusb.h header in accordance with the...
2012-09-13 Pete BatardWindows: Switch to ALLOW_PARTIAL_READS pipe policy...
2012-09-12 Hans de GoedeAll: Avoid polluting errors reported on device disconnect
2012-09-05 Pete BatardWindows: Fix handling of composite devices
2012-08-26 Pete BatardWindows: Suppress unwanted error message on filter...
2012-08-21 Nicholas CorganWindows: Add support for 2nd gen Renesas USB 3.0 contro...
2012-08-20 Pete BatardWindows: Add libusbk.sys & libusb0.sys driver support
2012-08-05 Matthias BolteWindows: Add workaround for Intel USB 3.0 root hubs
2012-07-18 Pete BatardWindows: Set device number for root hubs to 1
2012-07-17 Pete BatardWindows: Fix overflow when handling HID or composite...
2012-07-02 Pete BatardWindows: Address MSVC Level 4 & WDK's OACR/Prefast...
2012-06-25 Pete BatardWindows: Fix warnings reported by the Intel Compiler
2012-06-13 Pete BatardWindows: Fix erroneous pointer array allocation reporte...
2012-06-08 Pete BatardAll: Prevent memory leaks on realloc failures
2012-06-04 Pete BatardCore: Add toggleable debug logging
2012-05-28 Pete BatardWindows: Restore HID support
2012-05-28 Pete BatardAll: Add parent and port topology calls
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-05-22 Pete BatardWindows: Reduce severity of initial conf desc readout...
2012-05-03 Toby GrayWindows: Fix deadlock in backend when submitting transfers.
2012-05-01 Uri LublinWindows: Fix removal of usbi_fd_notification calls...
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: Fix missing libsub's -> libusbx's from previous...
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-03-28 Pete BatardWindows: fix Clang warnings about unused assignations
2012-03-22 Peter Stugelibusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and...
2012-02-22 Peter StugeAdd LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate...
2012-02-12 Pete BatardWindows: Add Renesas SuperSpeed support for libusb_get_...
2012-02-08 Dave CamarilloWindows: Fix crash during enumeration with >= 64 connec...
2012-02-08 Michael PlanteWindows: guid_to_string() is only discarded when macro...
2011-10-17 Pete BatardWindows: do not set altsetting 0 as part of libusb_rele...
2011-10-17 Pete BatardWindows: fix communication with hubs
2011-10-17 Pete BatardWindows: add USB 3.0 controller support
2011-10-17 Pete BatardWindows: add static keywords and drop duplicated or...
2011-10-17 Pete BatardWindows: fix 'windows_error_str' defined but not used...
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-09-15 Pete BatardWindows: Provide libusb_get_device_speed() data
2011-06-13 Pete BatardWindows: minor code improvements
2011-06-13 Pete BatardWindows: prevent set_configuration request from being...
2011-06-13 Graeme GillWindows: fixed default WinUSB timeout and ineffective...
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
2011-06-13 Peter StugeRevert libusb_strerror() until we have i18n and l10n
2011-06-13 Pete BatardWindows: Rename various variables named "index" to...
2011-06-13 Pete BatardWindows: Fix logic in enumeration of driver name and...
2011-06-13 Pete BatardWindows: Allow claiming any interface in composite...
2011-06-13 Pete BatardWindows: Allow arbitrary bConfigurationValue in config...
2011-06-13 Peter Stugeconfigure.ac: Check for poll.h, and for nfds_t on Darwin
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-08-05 Pete BatardWindows: Mark interfaces as unused when releasing
2010-08-05 Pete BatardWindows: fix device path string duplication
2010-07-28 Pete BatardAdd Windows support