aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb
Commit message (Expand)AuthorAgeFilesLines
* libusb(3): Fix link in commentTing-Hsuan Huang2024-02-131-1/+1
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1615-15/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1214-14/+14
* libusb(3): Implement libusb_init_context() and the needed structures and defi...Hans Petter Selasky2023-03-304-9/+69
* libusb(3): Implement libusb_interrupt_event_handler() by exposing existing fu...Hans Petter Selasky2022-10-024-12/+25
* Install working pkgconfig .pc files for compat librariesAlex Richardson2022-08-114-6/+15
* libusb(3): Ignore SIGPIPE when initializing the LibUSB v1.0 API.Hans Petter Selasky2022-03-022-0/+4
* libusb: remove use of COMPAT_32BITBrooks Davis2021-12-174-30/+16
* Improve handling of USB device re-open in the LibUSB v1.x API.Hans Petter Selasky2021-06-113-2/+24
* Convert libs with pc files to use PCFILESEmmanuel Vadot2021-03-161-2/+1
* Be bug compatible with other operating systems by allowing non-sequentialHans Petter Selasky2020-12-141-8/+12
* Fix a few mandoc issuesGordon Bergling2020-10-091-16/+19
* libusb: improve compatibilityKyle Evans2020-06-094-1/+61
* Fix for building libusb under Linux.Hans Petter Selasky2020-03-101-0/+7
* Add missing mutex unlock in failure case.Hans Petter Selasky2020-01-301-1/+3
* Implement new libusb v2.0 API function, libusb20_dev_get_stats().Hans Petter Selasky2019-12-276-2/+73
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* libusb: LIBUSB_DEBUG environment variable override of libusb_set_debugKyle Evans2019-10-021-4/+19
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
* Only call libusb_hotplug_enumerate() once from libusb_hotplug_register_callba...Hans Petter Selasky2019-06-261-3/+3
* Fix support for LIBUSB_HOTPLUG_ENUMERATE in libusb. Currently allHans Petter Selasky2019-06-262-12/+25
* Fix for reading the configuration descriptor in libusb. Catch invalidHans Petter Selasky2019-06-081-0/+8
* Fix typos in libusb.Hans Petter Selasky2019-03-051-2/+2
* libusb(3): Update the link to the libusb homepage.Mateusz Piotrowski2018-10-111-7/+11
* When multiple threads are involved receiving completion events in LibUSBHans Petter Selasky2018-09-281-0/+6
* Improve LibUSB debugging by simultaneously allowing both functionHans Petter Selasky2018-09-142-19/+36
* Fix issues about cancelling USB transfers in LibUSB when the USB device hasHans Petter Selasky2018-09-123-43/+91
* Improve the userspace USB string reading function in LibUSB.Hans Petter Selasky2018-06-261-9/+12
* Allow the libusb20_dev_get_port_path() function to be called when theHans Petter Selasky2018-03-233-21/+31
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2614-0/+28
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Update several more URLsEitan Adler2017-10-291-1/+1
* libusb(3): Expose device caps as libusb_bos_descriptor::dev_capabilityKyle Evans2017-08-092-2/+27
* Fix libusb20_dev_get_desc(3) to use the "vendor product" order, notEdward Tomasz Napierala2016-10-221-2/+2
* Fix array size issue when using the pre-scaling feature forHans Petter Selasky2016-09-021-2/+13
* Resolve issue with libusb C++ header file inclusion.Hans Petter Selasky2016-06-242-5/+5
* Add support for USB streams to the LibUSB v1.0 API and update theHans Petter Selasky2016-06-236-2/+83
* Implement libusb_hotplug_register_callback() andHans Petter Selasky2016-06-226-1/+349
* Add missing return statement.Hans Petter Selasky2016-06-161-0/+1
* Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.Hans Petter Selasky2016-06-164-2/+290
* Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.Hans Petter Selasky2016-06-166-4/+47
* Add support for libusb_get_port_number() to the LibUSB v1.0 API.Hans Petter Selasky2016-06-163-1/+16
* Define LIBUSB_API_VERSION.Hans Petter Selasky2016-06-161-0/+2
* Implement libusb_get_version() and update libusb manual page.Hans Petter Selasky2016-06-164-1/+32
* Fix compile warning.Hans Petter Selasky2016-06-131-1/+1
* Implement code to stop all USB endpoints before executing a USB deviceHans Petter Selasky2016-06-121-2/+14
* lib: minor spelling fixes in comments.Pedro F. Giffuni2016-05-011-1/+1
* MFHGlen Barber2016-04-111-2/+2
|\