summaryrefslogtreecommitdiff
path: root/lib/libusb/libusb.3
AgeCommit message (Expand)Author
2025-08-06libusb: implement libusb_get_platform_descriptorShengYi Hung
2025-08-06libusb: implement libusb_wrap_sys_deviceShengYi Hung
2025-08-06libusb: implement libusb_pollfds_handle_timeoutsShengYi Hung
2025-07-21libusb: implement libusb_dev_mem_{alloc,free}ShengYi Hung
2025-07-21libusb: implement libusb_hotplug_get_user_dataShengYi Hung
2025-07-21libusb: implement libusb_free_pollfdsShengYi Hung
2025-07-11libusb: implement libusb_setlocale to support different locale of error messageShengYi Hung
2025-06-12libusb: implement `libusb_get_parent`Aymeric Wibo
2025-05-15libusb: add SUPER_PLUS in speed enum.SHENGYI HUNG
2024-10-28manuals: Fix datesGraham Percival
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-03-30libusb(3): Implement libusb_init_context() and the needed structures and defi...Hans Petter Selasky
2022-10-02libusb(3): Implement libusb_interrupt_event_handler() by exposing existing fu...Hans Petter Selasky
2020-06-09libusb: improve compatibilityKyle Evans
2018-10-11libusb(3): Update the link to the libusb homepage.Mateusz Piotrowski
2016-06-23Add support for USB streams to the LibUSB v1.0 API and update theHans Petter Selasky
2016-06-22Implement libusb_hotplug_register_callback() andHans Petter Selasky
2016-06-16Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.Hans Petter Selasky
2016-06-16Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.Hans Petter Selasky
2016-06-16Add support for libusb_get_port_number() to the LibUSB v1.0 API.Hans Petter Selasky
2016-06-16Implement libusb_get_version() and update libusb manual page.Hans Petter Selasky
2015-01-14Fix spelling.Hans Petter Selasky
2014-01-05Implement two new libusb API functions.Hans Petter Selasky
2013-06-07Add libusb_get_port_numbersEd Maste
2013-05-08Add libusb_get_port_path wrapperEd Maste
2012-05-11General mdoc(7) and typo fixes.Glen Barber
2012-05-07Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().Hans Petter Selasky
2012-04-25Fix typo.Hans Petter Selasky
2012-04-12Add missing LibUSB 1.0 API function.Hans Petter Selasky
2012-03-24Minor mdoc fixes.Joel Dahl
2012-02-25Fix various typos in manual pages.Glen Barber
2011-11-09Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.Hans Petter Selasky
2011-10-10Fix how libusb20_dev_kernel_driver_active() andHans Petter Selasky
2011-09-19Implement missing USB debug information functions.Hans Petter Selasky
2011-08-22Spelling corrections for LibUSB manual page (2/2).Hans Petter Selasky
2011-08-22Whitespace corrections for LibUSB manual page (1/2).Hans Petter Selasky
2011-08-16Update LibUSB v1.0 manual page:Hans Petter Selasky
2011-07-16- Add two missing functions to the LibUSB v0.1 API.Hans Petter Selasky
2011-02-28- Add missing MLINKS for libusb and some manpage fixes.Hans Petter Selasky
2010-11-18Correct description of the return values ofHans Petter Selasky
2010-10-14- Add missing LibUSB API functions:Hans Petter Selasky
2010-10-14LibUSB (new API):Hans Petter Selasky
2010-08-06Fix typos and spelling mistakes.Joel Dahl
2010-08-03Spelling fixes.Joel Dahl
2009-07-30 LibUSB v1.0:Alfred Perlstein
2009-06-23Add libusb 1.0 support which is compatible with the latest revision onAndrew Thompson
2009-06-12Cleanup claim/release interface code, which is specific to libusb v0.1. RemoveAndrew Thompson
2009-06-02Add libusb20_tr_get_length to get the transfer length.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Fix libusb20_dev_get_device_desc and defunt xref.Andrew Thompson