aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/libusb20.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: remove use of COMPAT_32BITBrooks Davis2021-12-171-6/+6
* Improve handling of USB device re-open in the LibUSB v1.x API.Hans Petter Selasky2021-06-111-0/+5
* Implement new libusb v2.0 API function, libusb20_dev_get_stats().Hans Petter Selasky2019-12-271-0/+26
* Fix for reading the configuration descriptor in libusb. Catch invalidHans Petter Selasky2019-06-081-0/+8
* 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-231-2/+20
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Fix array size issue when using the pre-scaling feature forHans Petter Selasky2016-09-021-2/+13
* Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.Hans Petter Selasky2016-06-161-0/+6
* USB: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-091-2/+2
* Add some missing definitions to build a working FreeBSD's libusb under Linux.Hans Petter Selasky2013-07-141-16/+4
* Add new USB API to get the port path of a USB device.Hans Petter Selasky2013-05-031-0/+7
* - Make the FreeBSD's USB library compile under Linux.Hans Petter Selasky2013-03-131-2/+6
* Add USB API to read power draw on USB devices.Hans Petter Selasky2013-02-141-0/+13
* Add support for streams to LibUSB v2.0.Hans Petter Selasky2012-08-131-1/+8
* Fix some compile warnings.Hans Petter Selasky2012-04-201-3/+2
* Implement missing USB debug information functions.Hans Petter Selasky2011-09-191-0/+74
* - Add two missing functions to the LibUSB v0.1 API.Hans Petter Selasky2011-07-161-0/+2
* - Add two new API's to libusb20 which can be used to retrive informationHans Petter Selasky2011-06-241-0/+12
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-281-4/+10
* - Add support for LibUSB in 32-bit compatibility mode.Hans Petter Selasky2010-10-141-7/+7
* Resort includes to match style(9) a bit more. No functional changeWojciech A. Koszek2010-02-131-3/+4
* Add a function to check if the usb devices is still connected.Andrew Thompson2010-01-291-0/+10
* Reset variable fields in case the transfer is opened againAndrew Thompson2010-01-101-1/+12
* Sync to P4Andrew Thompson2009-11-201-1/+90
* - fix refcounting error during data transferAndrew Thompson2009-11-081-3/+5
* Cleanup claim/release interface code, which is specific to libusb v0.1. RemoveAndrew Thompson2009-06-121-39/+5
* Add libusb20_tr_get_length to get the transfer length.Andrew Thompson2009-06-021-0/+6
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-1/+1
* libusb20 is now installed as libusb, remove the version number from theAndrew Thompson2009-03-091-0/+1141