summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
Commit message (Expand)AuthorAgeFilesLines
* Add API for using bulk streamsHans de Goede2014-04-221-2/+37
* Add API for allocating / freeing usb3 bulk streams + Linux implementationHans de Goede2014-04-221-0/+5
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-38/+41
* core: fix Doxygen warningLudovic Rousseau2013-12-061-1/+1
* Clarify alignment requirements for the control transfer bufferPaul Fertser2013-08-211-3/+5
* hotplug: Document LIBUSB_HOTPLUG_ENUMERATE gotchasHans de Goede2013-08-211-0/+12
* fixed some clang -Wdocumentation warnings from bad doxygen markupSean McBride2013-07-301-2/+2
* Doc: update hotplug, topology and descriptor documentationPete Batard2013-07-041-3/+3
* Fix several -Wconversion warnings from GCC inside the static inline functions.Luca Longinotti2013-06-191-9/+9
* libusb: Add auto-detach-kernel-driver functionalityHans de Goede2013-06-191-0/+2
* Core: Add a libusb_strerror() functionHans de Goede2013-06-101-4/+10
* Add BOS descriptor supportHans de Goede2013-05-301-0/+230
* Add superspeed endpoint companion descriptor supportHans de Goede2013-05-301-3/+58
* core: Add a new public libusb_get_port_numbers functionHans de Goede2013-05-171-1/+10
* Bump LIBUSBX_API_VERSION for new hotplug APIHans de Goede2013-05-151-1/+15
* Add hotplug support.Nathan Hjelm2013-05-151-0/+103
* libusb.h: Correct errors in doxygen comment for struct libusb_deviceHans de Goede2013-04-231-2/+2
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-021-2/+12
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-271-6/+6
* WinCE: Add support for WinCE (sources)Toby Gray2013-01-231-2/+8
* libusbx-1.0.14v1.0.14Pete Batard2012-09-251-2/+2
* Doc: Fix doxygen warnings and issuesPete Batard2012-09-161-0/+2
* Core: Introduce LIBUSBX_API_VERSION macroPete Batard2012-09-151-0/+23
* Core: Make libusb_error_name also handle transfer status codesHans de Goede2012-09-151-0/+3
* Core: Update libusb.h header in accordance with the latest USB specsPete Batard2012-09-151-7/+19
* Windows: Fix C4005 warning under VS2012 for inline.Anthony Clay, ZarthCode LLC2012-08-201-0/+2
* Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflictsPete Batard2012-07-031-11/+11
* Core: Define log levels in libusb.hPete Batard2012-05-281-0/+18
* All: Add parent and port topology callsPete Batard2012-05-281-0/+3
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-2/+2
* Core: update version struct for ABI compatibilityPete Batard2012-04-261-5/+18
* Core: Add get_version() callPete Batard2012-04-101-10/+21
* Misc: Fix missing libsub's -> libusbx's from previous patchesPete Batard2012-04-031-1/+1
* Misc: Rebrand to libusbxPete Batard2012-04-031-16/+16
* Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate need for ZLPPeter Stuge2012-02-221-0/+25
* libusb.h: Add comma after last value in enums to ease future expansionPeter Stuge2012-02-191-7/+7
* libusb.h: Cast in libusb_get_string_descriptor() to avoid MSVC6 warningMichael Plante2012-02-081-1/+1
* Windows: Add uint32_t typedef for old MSC so that DDK can build lsusbPete Batard2011-10-171-0/+1
* Add libusb_error_name() API functionPeter Stuge2011-10-171-0/+6
* Add libusb_has_capability() API functionPeter Stuge2011-10-171-0/+11
* Fix #56 race condition causing delayed completion of sync transfersGraeme Gill2011-09-221-0/+3
* Fix #64 use of reserved identifiers throughout libusbNathan Hjelm2011-09-221-2/+2
* Add new API function libusb_get_device_speed()Hans de Goede2011-09-151-0/+21
* libusb.h: Add missing LIBUSB_CLASS_ codes currently defined by usb.orgPeter Stuge2011-07-241-0/+18
* libusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_CLASS_PTPPeter Stuge2011-07-241-2/+3
* libusb.h: Fix LIBUSB_CLASS_PRINTER description typoPeter Stuge2011-07-241-1/+1
* Windows: MS project files part 1 - support files & preliminariesPete Batard2011-06-131-2/+19
* Revert libusb_strerror() until we have i18n and l10nPeter Stuge2011-06-131-6/+0
* Introduced calling convention (for Windows)Pete Batard2010-08-231-65/+120
* Fix inconsistencies between prototypes and definitionsXiaofan Chen2010-08-021-3/+3