Core: Add toggleable debug logging
[platform/upstream/libusb.git] / libusb / os / windows_usb.c
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