freebsd-dev/lib/libusb
Edward Tomasz Napierala 0b9cf9729b Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not
"product vendor". This is consistent with how it's generally done.
The ordering is visible eg in usbconfig(8) output.

Note to self: MFC this to 9 and 8.

Reviewed by:	hselasky@
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D8258
2016-10-22 14:37:13 +00:00
..
libusb01.c
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 Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not 2016-10-22 14:37:13 +00:00
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