aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/libusb10.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libusb(3): Implement libusb_init_context() and the needed structures and defi...Hans Petter Selasky2023-03-301-3/+31
* libusb(3): Implement libusb_interrupt_event_handler() by exposing existing fu...Hans Petter Selasky2022-10-021-9/+13
* libusb(3): Ignore SIGPIPE when initializing the LibUSB v1.0 API.Hans Petter Selasky2022-03-021-0/+3
* Improve handling of USB device re-open in the LibUSB v1.x API.Hans Petter Selasky2021-06-111-0/+9
* libusb: improve compatibilityKyle Evans2020-06-091-0/+15
* libusb: LIBUSB_DEBUG environment variable override of libusb_set_debugKyle Evans2019-10-021-4/+19
* Fix typos in libusb.Hans Petter Selasky2019-03-051-2/+2
* Fix issues about cancelling USB transfers in LibUSB when the USB device hasHans Petter Selasky2018-09-121-31/+76
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Update several more URLsEitan Adler2017-10-291-1/+1
* Add support for USB streams to the LibUSB v1.0 API and update theHans Petter Selasky2016-06-231-1/+2
* Implement libusb_hotplug_register_callback() andHans Petter Selasky2016-06-221-0/+27
* Add missing return statement.Hans Petter Selasky2016-06-161-0/+1
* Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.Hans Petter Selasky2016-06-161-4/+23
* Add support for libusb_get_port_number() to the LibUSB v1.0 API.Hans Petter Selasky2016-06-161-0/+8
* Implement libusb_get_version() and update libusb manual page.Hans Petter Selasky2016-06-161-0/+16
* Implement code to stop all USB endpoints before executing a USB deviceHans Petter Selasky2016-06-121-2/+14
* Remove unused variables to silence CLANG warnings.Marcelo Araujo2015-06-241-9/+2
* Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0Hans Petter Selasky2014-04-111-0/+3
* Comply to the official LibUSB v1.0 API:Hans Petter Selasky2014-01-281-7/+3
* Add libusb_get_port_numbersEd Maste2013-06-071-0/+6
* Add libusb_get_port_path wrapperEd Maste2013-05-081-0/+7
* - Make the FreeBSD's USB library compile under Linux.Hans Petter Selasky2013-03-131-5/+11
* LibUSB v1.0 API compiliance and bugfixes.Hans Petter Selasky2012-06-121-2/+23
* Fix binary compatibility to the official LibUSB 1.0.Hans Petter Selasky2012-04-251-8/+2
* Fix some compile warnings.Hans Petter Selasky2012-04-201-5/+5
* Add missing LibUSB 1.0 API function.Hans Petter Selasky2012-04-121-0/+24
* Simplify libusb_open_device_with_vid_pid(): Only setHans Petter Selasky2011-12-031-4/+5
* libusb_open() sets the given device handle to NULL if itHans Petter Selasky2011-12-031-2/+1
* Fix how libusb20_dev_kernel_driver_active() andHans Petter Selasky2011-10-101-3/+4
* Implement missing USB debug information functions.Hans Petter Selasky2011-09-191-2/+69
* Use correct enum instead of constant value.Hans Petter Selasky2011-08-201-1/+1
* Add missing function to get device speed to the LibUSB v1.0 API.Hans Petter Selasky2011-08-161-0/+21
* - Add two missing functions to the LibUSB v0.1 API.Hans Petter Selasky2011-07-161-0/+2
* LibUSB v1.0: Need at least one frame when doing the dummy openHans Petter Selasky2011-06-281-1/+1
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-281-15/+3
* Fix LibUSB v1.0 compliancy.Hans Petter Selasky2010-11-131-0/+4
* - Add missing LibUSB API functions:Hans Petter Selasky2010-10-141-12/+72
* LibUSB (new API):Hans Petter Selasky2010-10-141-0/+15
* Fix header file compliancy with libusb 1.0 from sourceforge.Andrew Thompson2010-05-131-0/+2
* Resort includes to match style(9) a bit more. No functional changeWojciech A. Koszek2010-02-131-7/+8
* Use more standard way for setting nonblocking flag for a filedescriptor.Wojciech A. Koszek2010-02-111-7/+9
* Fix libusb_open_device_with_vid_pid() to return a NULL if no device isSean Farley2009-12-121-2/+2
* Sync to P4Andrew Thompson2009-11-201-7/+34
* - fix refcounting error during data transferAndrew Thompson2009-11-081-4/+22
* LibUSB v1.0:Alfred Perlstein2009-07-301-686/+818
* Sync the libusb 1.0 exported api to the latest GSoC code.Andrew Thompson2009-07-101-210/+252
* Add files missed in r194674.Andrew Thompson2009-06-231-0/+1140