summaryrefslogtreecommitdiff
path: root/lib/libusb/libusb10_desc.c
AgeCommit message (Expand)Author
2025-08-06libusb: implement libusb_get_platform_descriptorShengYi Hung
2025-07-08libusb: rename bNumDeviceCapabilities to bNumDeviceCaps for compatibility wit...ShengYi Hung
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-09libusb(3): Expose device caps as libusb_bos_descriptor::dev_capabilityKyle Evans
2016-06-16Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.Hans Petter Selasky
2016-06-13Fix compile warning.Hans Petter Selasky
2013-03-13- Make the FreeBSD's USB library compile under Linux.Hans Petter Selasky
2012-05-07Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().Hans Petter Selasky
2012-04-20Fix some compile warnings.Hans Petter Selasky
2011-11-09Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.Hans Petter Selasky
2011-07-16- Add two missing functions to the LibUSB v0.1 API.Hans Petter Selasky
2010-05-13Fix header file compliancy with libusb 1.0 from sourceforge.Andrew Thompson
2010-02-13Resort includes to match style(9) a bit more. No functional changeWojciech A. Koszek
2010-02-11Remove redundand headers and use more standard ones where necessary.Wojciech A. Koszek
2009-11-08- fix refcounting error during data transferAndrew Thompson
2009-07-30 LibUSB v1.0:Alfred Perlstein
2009-07-10Sync the libusb 1.0 exported api to the latest GSoC code.Andrew Thompson
2009-06-23Add files missed in r194674.Andrew Thompson