summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed many compiler warnings about sign and size mismatchSean McBride2019-01-301-14/+15
* core: Add libusb_wrap_sys_device() APIVianney le Clément de Saint-Marcq2019-01-081-0/+1
* Bump libusb API version for next releaseNathan Hjelm2018-12-051-2/+2
* core: new API libusb_set_log_cb() to redirect global and per context log mess...dmitrykos2018-12-051-0/+25
* core: Add definition for LIBUSB_SUPER_SPEED_PLUS (10Gb/s)Chris Dickens2018-01-081-0/+3
* Windows: Enable dynamic selection between WinUSB and UsbDk backendsChris Dickens2018-01-081-0/+9
* core: Fixed deprecated attribute to work on clangSean McBride2017-12-281-0/+2
* core: Introduce libusb_set_option() API functionChris Dickens2017-07-161-10/+39
* Misc: Refactor zero-length array declarationsChris Dickens2017-07-061-21/+9
* libusb.h: use __linux__ instead of __linuxAdrian Bunk2017-06-191-1/+1
* Misc: Fix a Doxygen comment typomojocorp2017-01-041-1/+1
* Add support for persistent device memory.Steinar H. Gunderson2016-05-291-1/+9
* 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