core: Fix handling of duplicate transfer submission/cancellation
[platform/upstream/libusb.git] / libusb / libusb.h
2014-12-16 Ludovic RousseauAPI: remove unused libusb_hotplug_callback struct
2014-09-25 Akshay Jaggihaiku: Add Haiku support
2014-04-22 Hans de GoedeAdd API for using bulk streams
2014-04-22 Hans de GoedeAdd API for allocating / freeing usb3 bulk streams...
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2013-12-06 Ludovic Rousseaucore: fix Doxygen warning
2013-08-21 Paul FertserClarify alignment requirements for the control transfer...
2013-08-21 Hans de Goedehotplug: Document LIBUSB_HOTPLUG_ENUMERATE gotchas
2013-07-30 Sean McBridefixed some clang -Wdocumentation warnings from bad...
2013-07-04 Pete BatardDoc: update hotplug, topology and descriptor documentation
2013-06-19 Luca LonginottiFix several -Wconversion warnings from GCC inside the...
2013-06-19 Hans de Goedelibusb: Add auto-detach-kernel-driver functionality
2013-06-09 Hans de GoedeCore: Add a libusb_strerror() function
2013-05-30 Hans de GoedeAdd BOS descriptor support
2013-05-30 Hans de GoedeAdd superspeed endpoint companion descriptor support
2013-05-17 Hans de Goedecore: Add a new public libusb_get_port_numbers function
2013-05-15 Hans de GoedeBump LIBUSBX_API_VERSION for new hotplug API
2013-05-15 Nathan HjelmAdd hotplug support.
2013-04-23 Hans de Goedelibusb.h: Correct errors in doxygen comment for struct...
2013-04-02 Pete BatardCore: Add HID and kernel detach capability detection...
2013-02-27 Pete BatardMisc: Simplify includes and misc. cleanup
2013-01-23 Toby GrayWinCE: Add support for WinCE (sources)
2012-09-25 Pete Batardlibusbx-1.0.14
2012-09-16 Pete BatardDoc: Fix doxygen warnings and issues
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 Pete BatardCore: Update libusb.h header in accordance with the...
2012-08-20 Anthony Clay, Zart... Windows: Fix C4005 warning under VS2012 for inline.
2012-07-03 Pete BatardCore: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflicts
2012-05-28 Pete BatardCore: Define log levels in libusb.h
2012-05-28 Pete BatardAll: Add parent and port topology calls
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-04-25 Pete BatardCore: update version struct for ABI compatibility
2012-04-10 Pete BatardCore: Add get_version() call
2012-04-03 Pete BatardMisc: Fix missing libsub's -> libusbx's from previous...
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-02-22 Peter StugeAdd LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate...
2012-02-19 Peter Stugelibusb.h: Add comma after last value in enums to ease...
2012-02-08 Michael Plantelibusb.h: Cast in libusb_get_string_descriptor() to...
2011-10-17 Pete BatardWindows: Add uint32_t typedef for old MSC so that DDK...
2011-10-17 Peter StugeAdd libusb_error_name() API function
2011-10-17 Peter StugeAdd libusb_has_capability() API function
2011-09-22 Graeme GillFix #56 race condition causing delayed completion of...
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-09-15 Hans de GoedeAdd new API function libusb_get_device_speed()
2011-07-24 Peter Stugelibusb.h: Add missing LIBUSB_CLASS_ codes currently...
2011-07-24 Peter Stugelibusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_...
2011-07-24 Peter Stugelibusb.h: Fix LIBUSB_CLASS_PRINTER description typo
2011-06-13 Pete BatardWindows: MS project files part 1 - support files &...
2011-06-13 Peter StugeRevert libusb_strerror() until we have i18n and l10n
2010-08-24 Pete BatardIntroduced calling convention (for Windows)
2010-08-03 Xiaofan ChenFix inconsistencies between prototypes and definitions
2010-07-28 Pete BatardAdd Windows support
2010-06-25 Daniel DrakeOnly include sys/time.h on appropriate platforms
2010-05-18 Pete BatardRename all interface parameters to usb_interface or...
2010-05-17 Pete BatardStricter types and casts
2010-05-13 Hans Ulrich Niedermannlibusb_cpu_to_le16: macro->static inline function
2010-05-13 FrancescoAdd libusb_strerror() to get short error message in...
2010-03-18 Bastien NoceraAdd more interface classes
2009-11-07 Ludovic RousseauAdd libusb_get_max_iso_packet_size() to libusb.h
2009-11-07 Daniel DrakeUse timerfd for timeout handling
2009-06-14 Daniel DrakeDon't terminate enums with commas
2009-06-07 Daniel DrakeEliminate -Wsign-compare compiler warnings
2009-02-17 Nathan HjelmMake endianness macros endian-independent
2009-02-01 Hans Ulrich NiedermannAPI docs: describe libusb_transfer_cb_fn type
2009-02-01 Hans Ulrich NiedermannMake empty array in struct compatible with C99
2008-12-13 Mikhail GusarovEOL-whitespace fixes
2008-11-21 Daniel DrakeImprovements to multi-threaded I/O system
2008-11-03 Bastien NoceraAdd libusb_attach_kernel_driver()
2008-08-28 Daniel DrakeAsync I/O documentation touchups
2008-08-10 Daniel DrakeAdd libusb_get_configuration prototype
2008-06-27 Daniel DrakeAllow user data pointer to be passed through pollfd...
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-06-21 Daniel DrakeOverflow handling
2008-05-25 Daniel DrakeImplement serialization of event handlers
2008-05-23 Daniel Drakedon't print messages by default
2008-05-16 Daniel DrakeMore informative libusb_open() return code
2008-05-11 Daniel DrakeHandle hot-unplugging
2008-05-11 Daniel DrakeDocumentation work
2008-05-11 Daniel DrakeEndianness of control setup packets
2008-05-10 Daniel DrakeSupport unconfigured devices
2008-05-10 Daniel DrakeFetch configurations by index (not value)
2008-05-09 Daniel DrakeRework configuration handling
2008-05-09 Daniel Drakelibusb_get_device_list() can return negative error...
2008-05-05 Daniel Drakedocumentation touchups
2008-05-05 Daniel DrakeIsochronous transfer helper functions
2008-05-05 Daniel DrakeDetect endpoint halts and unsupported control requests
2008-05-04 Daniel Drakeadd functionality for querying and detaching kernel...
2008-05-04 Daniel DrakeDescriptor reading functionality
2008-05-04 Daniel Drakesanitized error returns from synchronous I/O functions
2008-05-04 Daniel Drakeimplement libusb_reset_device()
2008-05-04 Daniel DrakeAdd functionality to clear endpoint halt conditions
2008-05-03 Daniel DrakeFix libusb_get_device_list return value
2008-05-03 Daniel DrakeWell-defined error codes for some operations
2008-05-03 Daniel DrakeAdd libusb_set_configuration()
2008-05-03 Daniel Drakerename LIBUSB_ERROR_NOMEM to LIBUSB_ERROR_NO_MEM
2008-05-03 Daniel DrakeRename reference counting API
2008-05-02 Daniel Drakedocument pollfd notifiers
2008-05-02 Daniel DrakeAllow multiple interfaces to be claimed
2008-05-02 Daniel DrakeDocumentation improvements
next