freebsd-dev/lib/libusb
Hans Petter Selasky 5f51814803 Fix array size issue when using the pre-scaling feature for
ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers
are allocated when setting up the libusb transfer structure to support
the maximum number of frames the kernel can handle.

MFC after:	1 week
2016-09-02 08:44:14 +00:00
..
libusb01.c Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0 2014-04-11 14:11:55 +00:00
libusb10_desc.c Add multiple missing descriptor parsing functions to the LibUSB v1.0 API. 2016-06-16 16:17:29 +00:00
libusb10_hotplug.c Implement libusb_hotplug_register_callback() and 2016-06-22 10:38:41 +00:00
libusb10_io.c Add support for USB streams to the LibUSB v1.0 API and update the 2016-06-23 07:12:22 +00:00
libusb10.c Add support for USB streams to the LibUSB v1.0 API and update the 2016-06-23 07:12:22 +00:00
libusb10.h Resolve issue with libusb C++ header file inclusion. 2016-06-24 10:55:14 +00:00
libusb20_desc.c lib: minor spelling fixes in comments. 2016-05-01 19:37:33 +00:00
libusb20_desc.h Add more USB request definitions. The values are described in section 2015-01-16 12:11:01 +00:00
libusb20_int.h Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API. 2016-06-16 14:26:04 +00:00
libusb20_ugen20.c
libusb20.3 mdoc: improvements to SEE ALSO. 2014-12-27 08:31:52 +00:00
libusb20.c Fix array size issue when using the pre-scaling feature for 2016-09-02 08:44:14 +00:00
libusb20.h
libusb_global_linux.h
libusb-0.1.pc
libusb-1.0.pc Update reported libusb version to 1.0.13 2014-06-05 14:19:32 +00:00
libusb-2.0.pc
libusb.3 Add support for USB streams to the LibUSB v1.0 API and update the 2016-06-23 07:12:22 +00:00
libusb.h Resolve issue with libusb C++ header file inclusion. 2016-06-24 10:55:14 +00:00
Makefile Add support for USB streams to the LibUSB v1.0 API and update the 2016-06-23 07:12:22 +00:00
Makefile.depend META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. 2015-11-25 19:10:28 +00:00
usb.h