Core: fix bug in libusb_has_capability()
[platform/upstream/libusb.git] / libusb /
2013-04-04 Ludovic RousseauCore: fix bug in libusb_has_capability()
2013-04-03 Pete Batardlibusbx 1.0.15-rc2
2013-04-03 Nathan HjelmOS X: Don't assume an interval of 1
2013-04-03 Toby GrayWinCE: Fix missing sources from dist tarball
2013-04-02 Pete Batardlibusbx 1.0.15-rc1
2013-04-02 Pete BatardCore: Add HID and kernel detach capability detection...
2013-04-01 Toby GrayWindows: Fix USB descriptor creation code for HID devices
2013-03-16 Pete BatardSamples: More fxload improvements and cleanup
2013-03-16 Pete BatardTests: Suppress Visual Studio 2012 Code Analysis warnings
2013-03-15 Ludovic RousseauSamples: fix compiler warning
2013-03-15 Federico ManzanSamples: fxload improvements and cleanup
2013-03-12 Vegard Storheil... OS X: Do not assume HS when submitting isochronous...
2013-03-12 Nathan HjelmOS X: Use kCFNumberSInt32Type when reading device locat...
2013-03-12 Pete BatardWindows: Fix multiple warnings
2013-03-10 Federico ManzanSamples: Add FX3 firmware upload support for fxload
2013-03-10 Hans de GoedeLinux: Consume all events on a fd in one go
2013-03-05 Pete BatardSamples: Reinstate interface requests when querying...
2013-03-03 Pete BatardWinCE: Post integration cleanup
2013-02-27 Pete BatardMisc: Simplify includes and misc. cleanup
2013-02-24 Xiaofan ChenTests: Fix broken OS-X and Linux builds
2013-02-22 Simon HaggettWinCE: Don't confirm protocol stalls with device in...
2013-02-22 Pete BatardTests: Simplify stdout redirection and fix Windows...
2013-02-21 Pete BatardWindows: Don't duplicate paths for HID interfaces
2013-02-18 Pete BatardWindows: Fix broken WDK compilation
2013-02-18 Ludovic RousseauWindows: fix compiler warning
2013-02-18 Ludovic RousseauWindows: fix compiler warning
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-18 Ludovic RousseauWindows: remove unused function
2013-02-18 Ludovic RousseauWindows: fix compiler warnings
2013-02-15 Ludovic RousseauExamples: Fix compiler warning
2013-02-15 Ludovic RousseauCore: Fix compiler warning
2013-02-15 Sean McBrideUse "" instead of <> for internal includes
2013-02-14 Toby GrayWindows: Update transferred data on timeout or cancel.
2013-02-14 Hans de GoedeLinux: Don't set the USBFS_URB_SHORT_NOT_OK flag on...
2013-02-02 Pete BatardWindows: Improve error reporting in winusbx_claim_inter...
2013-02-02 Benjamin DobellWindows: Fixed bug in interface autoclaim
2013-01-29 Ludovic RousseauCore: Fix warning implicit conversion changes signedness
2013-01-29 Zoltán KovácsCore: Don't wait for completion if cancel_transfer...
2013-01-28 Pete BatardWindows: Display error code in default case of windows_...
2013-01-23 Toby GrayWinCE: Add support for WinCE (Solution files)
2013-01-23 Toby GrayWinCE: Add support for WinCE (sources)
2013-01-23 Toby GrayWindows: Simplify poll_windows and add provisions for...
2013-01-23 Toby GrayWindows: Add windows_common.h header
2013-01-23 Pete BatardCore: Use HAVE_SYS_TYPES_H and HAVE_SIGNAL_H
2013-01-07 Роман ДонченкоCore: Filter out 8-bit characters in libusb_get_string_...
2013-01-07 Pete BatardWindows: Add VS2012 solution files
2012-11-26 Toby GrayCore: Fix incorrect reference counting of default conte...
2012-11-25 Toby GrayTests: Add libusbx stress test
2012-11-25 Peter StugeAutotools: Carry over 2012.10.23 libusb changes
2012-11-25 Peter StugeCore: Avoid short read failures on broken descriptors
2012-11-08 Sean McBrideDarwin: kAppleVendorID is not in the 10.5 SDK
2012-10-31 Nathan HjelmDarwin: Clean up tabs
2012-10-31 Nathan HjelmDarwin: Add support for detecting superspeed devices
2012-10-31 Nathan HjelmDarwin: Use Release instead of IODestroyPlugInInterface
2012-10-31 Nathan HjelmDarwin: Don't retry or unsuspend Apple devices during...
2012-10-31 Nathan HjelmDarwin: Reduce attempts to retrieve a device descriptor...
2012-10-31 Sean McBrideCore: Use offsetof() instead of null pointer tricks
2012-10-29 Pete BatardWindows: Fix access for composite HID devices
2012-10-13 Ludovic RousseauAll: Use "" instead of <> for local includes
2012-10-03 Pete BatardWindows: Fix early abort in libusb_close
2012-09-25 Pete Batardlibusbx-1.0.14
2012-09-20 Pete Batardlibusbx-1.0.13
2012-09-19 Pete BatardInternal: Add fxload exe and sources to the Windows...
2012-09-18 Pete BatardMisc: Update copyrights, TODO and libusb_version.describe
2012-09-16 Pete Batardlibusbx 1.0.13-rc2
2012-09-16 Pete BatardDoc: Fix doxygen warnings and issues
2012-09-16 Pete BatardMisc: Fix missing files from dist package
2012-09-15 Pete Batardlibusbx 1.0.13-rc1
2012-09-15 Pete BatardCore: Introduce LIBUSBX_API_VERSION macro
2012-09-15 Hans de GoedeCore: Make libusb_error_name also handle transfer statu...
2012-09-15 Ludovic RousseauSamples: Fix compiler warnings in fxload
2012-09-15 Pete BatardCore: Update libusb.h header in accordance with the...
2012-09-13 Ludovic RousseauSamples: Display VID:PID of the tested device in xusb
2012-09-13 Pete BatardWindows: Switch to ALLOW_PARTIAL_READS pipe policy...
2012-09-13 Pete BatardSamples: Add fxload sample for Cypress EZ-USB chips
2012-09-12 Hans de GoedeAll: Avoid polluting errors reported on device disconnect
2012-09-12 Pete BatardDoc: Update logging documentation regarding stderr...
2012-09-05 Pete BatardWindows: Fix handling of composite devices
2012-09-05 Pete BatardSamples: xusb improvements
2012-08-26 Pete BatardWindows: Suppress unwanted error message on filter...
2012-08-23 Hans de GoedeLinux: Return ERROR_NOT_FOUND in detach-kernel-driver...
2012-08-23 Hans de GoedeLinux: Avoid unnecessary splitting of bulk transfers
2012-08-23 Hans de GoedeLinux: Add support for the new get_capabilities ioctl
2012-08-22 Peter StugeCore: Handle >= 1 second transfer timeout in libusb_sub...
2012-08-22 Pete BatardMisc: Update and shorten various libusbx URLs
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-20 Anthony Clay, Zart... Windows: Fix C4005 warning under VS2012 for inline.
2012-08-12 Pete BatardSamples: Make target mandatory with -b option in xusb
2012-08-12 Pete BatardCore: Improve instrumentation of timerfd_settime failures
2012-08-12 Pete BatardCore: Fix a Clang warning in io.c
2012-08-05 Matthias BolteWindows: Add workaround for Intel USB 3.0 root hubs
2012-08-04 Pete BatardCore: Fix unconditional disarming of timerfd
2012-08-03 Orin EmanCore: NULL list pointers on deletion
2012-08-01 Pete BatardMisc: Add a readme for git user
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...
next