summaryrefslogtreecommitdiffstats
path: root/lib/libusb/Makefile
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2011-11-09 19:03:26 +0000
committerhselasky <hselasky@FreeBSD.org>2011-11-09 19:03:26 +0000
commitefcd317363664307ce1b8bfa274aa09e83b9ce79 (patch)
treea83ef3eac79c8b80fbbc2e0b00ac8d6b05361dbb /lib/libusb/Makefile
parentac543d4e5383b18e22ac392479273638cc5d7eca (diff)
downloadFreeBSD-src-efcd317363664307ce1b8bfa274aa09e83b9ce79.zip
FreeBSD-src-efcd317363664307ce1b8bfa274aa09e83b9ce79.tar.gz
Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.
Some header file parts of this patch were taken from a patch submitted by Maya Erez <merez@codeaurora.org> to the LibUSB developers list. MFC after: 1 week
Diffstat (limited to 'lib/libusb/Makefile')
-rw-r--r--lib/libusb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile
index b76618a..8d78619 100644
--- a/lib/libusb/Makefile
+++ b/lib/libusb/Makefile
@@ -74,6 +74,10 @@ MLINKS += libusb.3 libusb_get_config_descriptor.3
MLINKS += libusb.3 libusb_get_config_descriptor_by_value.3
MLINKS += libusb.3 libusb_free_config_descriptor.3
MLINKS += libusb.3 libusb_get_string_descriptor_ascii.3
+MLINKS += libusb.3 libusb_parse_ss_endpoint_comp.3
+MLINKS += libusb.3 libusb_free_ss_endpoint_comp.3
+MLINKS += libusb.3 libusb_parse_bos_descriptor.3
+MLINKS += libusb.3 libusb_free_bos_descriptor.3
MLINKS += libusb.3 libusb_alloc_transfer.3
MLINKS += libusb.3 libusb_free_transfer.3
MLINKS += libusb.3 libusb_submit_transfer.3
OpenPOWER on IntegriCloud