summaryrefslogtreecommitdiff
path: root/lib/libusb/libusb10.c
AgeCommit message (Expand)Author
2025-08-06libusb: implement libusb_wrap_sys_deviceShengYi Hung
2025-07-21libusb: implement libusb_fill_bulk_stream_transferShengYi Hung
2025-07-21libusb: implement libusb_dev_mem_{alloc,free}ShengYi Hung
2025-07-11libusb: implement libusb_setlocale to support different locale of error messageShengYi Hung
2025-07-08libusb: replace LOG_LEVEL with DEBUG_LEVELShengYi Hung
2025-06-12libusb: implement `libusb_get_parent`Aymeric Wibo
2025-05-15libusb: add SUPER_PLUS in speed enum.SHENGYI HUNG
2025-05-15libusb: use eventfdBaptiste Daroussin
2025-01-16libusb: hotplug, use events instead of a timer when possibleBaptiste Daroussin
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner 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
2022-03-02libusb(3): Ignore SIGPIPE when initializing the LibUSB v1.0 API.Hans Petter Selasky
2021-06-11Improve handling of USB device re-open in the LibUSB v1.x API.Hans Petter Selasky
2020-06-09libusb: improve compatibilityKyle Evans
2019-10-02libusb: LIBUSB_DEBUG environment variable override of libusb_set_debugKyle Evans
2019-03-05Fix typos in libusb.Hans Petter Selasky
2018-09-12Fix issues about cancelling USB transfers in LibUSB when the USB device hasHans Petter Selasky
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-29Update several more URLsEitan Adler
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 missing return statement.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
2016-06-12Implement code to stop all USB endpoints before executing a USB deviceHans Petter Selasky
2015-06-24Remove unused variables to silence CLANG warnings.Marcelo Araujo
2014-04-11Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0Hans Petter Selasky
2014-01-28Comply to the official LibUSB v1.0 API:Hans Petter Selasky
2013-06-07Add libusb_get_port_numbersEd Maste
2013-05-08Add libusb_get_port_path wrapperEd Maste
2013-03-13- Make the FreeBSD's USB library compile under Linux.Hans Petter Selasky
2012-06-12LibUSB v1.0 API compiliance and bugfixes.Hans Petter Selasky
2012-04-25Fix binary compatibility to the official LibUSB 1.0.Hans Petter Selasky
2012-04-20Fix some compile warnings.Hans Petter Selasky
2012-04-12Add missing LibUSB 1.0 API function.Hans Petter Selasky
2011-12-03Simplify libusb_open_device_with_vid_pid(): Only setHans Petter Selasky
2011-12-03libusb_open() sets the given device handle to NULL if itHans 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-20Use correct enum instead of constant value.Hans Petter Selasky
2011-08-16Add missing function to get device speed to the LibUSB v1.0 API.Hans Petter Selasky
2011-07-16- Add two missing functions to the LibUSB v0.1 API.Hans Petter Selasky
2011-06-28LibUSB v1.0: Need at least one frame when doing the dummy openHans Petter Selasky
2011-02-28- Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky
2010-11-13Fix LibUSB v1.0 compliancy.Hans Petter Selasky
2010-10-14- Add missing LibUSB API functions:Hans Petter Selasky
2010-10-14LibUSB (new API):Hans Petter Selasky