summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
Commit message (Expand)AuthorAgeFilesLines
* Misc: Prefix doxygen references in order to namespace libusbChris Dickens2016-02-241-69/+69
* Misc: Make API parameter names consistent and sensibleChris Dickens2016-02-241-25/+25
* Misc: Spelling fixesTobias Klauser2016-01-051-1/+1
* API: Add libusb_interrupt_event_handler() functionChris Dickens2015-12-171-1/+2
* API: Add libusb_free_pollfds() functionChris Dickens2015-07-291-1/+2
* Misc: Fix doxygen comment for MaxPower field with respect to super-speedTobias Klauser2015-05-131-1/+2
* Misc: Remove comment that no longer makes senseChris Dickens2015-03-011-3/+0
* misc: fix typos in commentsorbitcowboy2015-02-161-2/+2
* hotplug: Provide a default enum value for libusb_hotplug_flagChris Dickens2015-01-121-1/+4
* API: remove unused libusb_hotplug_callback structLudovic Rousseau2014-12-161-1/+0
* haiku: Add Haiku supportAkshay Jaggi2014-09-251-1/+1
* 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