summaryrefslogtreecommitdiff
path: root/lib/libusb/libusb20.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-12-17libusb: remove use of COMPAT_32BITBrooks Davis
2021-06-11Improve handling of USB device re-open in the LibUSB v1.x API.Hans Petter Selasky
2019-12-27Implement new libusb v2.0 API function, libusb20_dev_get_stats().Hans Petter Selasky
2019-06-08Fix for reading the configuration descriptor in libusb. Catch invalidHans Petter Selasky
2018-06-26Improve the userspace USB string reading function in LibUSB.Hans Petter Selasky
2018-03-23Allow the libusb20_dev_get_port_path() function to be called when theHans Petter Selasky
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-02Fix array size issue when using the pre-scaling feature forHans Petter Selasky
2016-06-16Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.Hans Petter Selasky
2016-04-09USB: replace 0 with NULL for pointers.Pedro F. Giffuni
2013-07-14Add some missing definitions to build a working FreeBSD's libusb under Linux.Hans Petter Selasky
2013-05-03Add new USB API to get the port path of a USB device.Hans Petter Selasky
2013-03-13- Make the FreeBSD's USB library compile under Linux.Hans Petter Selasky
2013-02-14Add USB API to read power draw on USB devices.Hans Petter Selasky
2012-08-13Add support for streams to LibUSB v2.0.Hans Petter Selasky
2012-04-20Fix some compile warnings.Hans Petter Selasky
2011-09-19Implement missing USB debug information functions.Hans Petter Selasky
2011-07-16- Add two missing functions to the LibUSB v0.1 API.Hans Petter Selasky
2011-06-24- Add two new API's to libusb20 which can be used to retrive informationHans Petter Selasky
2011-02-28- Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky
2010-10-14- Add support for LibUSB in 32-bit compatibility mode.Hans Petter Selasky
2010-02-13Resort includes to match style(9) a bit more. No functional changeWojciech A. Koszek
2010-01-29Add a function to check if the usb devices is still connected.Andrew Thompson
2010-01-10Reset variable fields in case the transfer is opened againAndrew Thompson
2009-11-20Sync to P4Andrew Thompson
2009-11-08- fix refcounting error during data transferAndrew Thompson
2009-06-12Cleanup claim/release interface code, which is specific to libusb v0.1. RemoveAndrew Thompson
2009-06-02Add libusb20_tr_get_length to get the transfer length.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-03-09libusb20 is now installed as libusb, remove the version number from theAndrew Thompson