<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libusb/Makefile, branch release/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2021-06-30T07:24:30Z</updated>
<entry>
<title>Convert libs with pc files to use PCFILES</title>
<updated>2021-06-30T07:24:30Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-03-16T06:13:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41b278bd71817ba237a643fcd396dd3021873012'/>
<id>urn:sha1:41b278bd71817ba237a643fcd396dd3021873012</id>
<content type='text'>
Now the .pc ends up in the correct package (-dev)

Reviewed by:	bapt, emaste
Differential Revision:	https://reviews.freebsd.org/D29172
MFC after:      2 weeks
</content>
</entry>
<entry>
<title>libusb: improve compatibility</title>
<updated>2020-06-09T17:17:43Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-06-09T17:17:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=04391da364e252ca15645147e2c966dc6d1fbbda'/>
<id>urn:sha1:04391da364e252ca15645147e2c966dc6d1fbbda</id>
<content type='text'>
Specifically, add LIBUSB_CLASS_PHYSICAL and the libusb_has_capability API.
Descriptions and functionality for these derived from the
documentation at [0].  The current set of capabilities are all supported by
libusb.

These were detected as missing after updating net/freerdp to 2.1.1, which
attempted to use both.

[0] http://libusb.sourceforge.net/api-1.0/group__libusb__misc.html

Reviewed by:	hselasky
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D25194
</content>
</entry>
<entry>
<title>Implement new libusb v2.0 API function, libusb20_dev_get_stats().</title>
<updated>2019-12-27T20:35:12Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2019-12-27T20:35:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=34b0ca243f6272d998475afd019d3a9e175cd817'/>
<id>urn:sha1:34b0ca243f6272d998475afd019d3a9e175cd817</id>
<content type='text'>
This function is useful when debugging USB device issues.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
</content>
</entry>
<entry>
<title>pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
<updated>2019-09-05T14:15:47Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2019-09-05T14:15:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c1a82cea504df7a79f5bd8f7d0a41cacccff16e'/>
<id>urn:sha1:4c1a82cea504df7a79f5bd8f7d0a41cacccff16e</id>
<content type='text'>
The default package use to be FreeBSD-runtime but it should only contain
binaries and libs enough to boot to single user and repair the system, it
is also very handy to have a package that can be tranform to a small mfsroot.
So create a new package named FreeBSD-utilities and make it the default one.
Also move a few binaries and lib into this package when it make sense.
Reviewed by:	bapt, gjb
Differential Revision:	https://reviews.freebsd.org/D21506
</content>
</entry>
<entry>
<title>Add support for USB streams to the LibUSB v1.0 API and update the</title>
<updated>2016-06-23T07:12:22Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-06-23T07:12:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a0c93fa361cfa5930db3c2143172d1a2095b4b3e'/>
<id>urn:sha1:a0c93fa361cfa5930db3c2143172d1a2095b4b3e</id>
<content type='text'>
libusb(3) manual page.

Approved by:	re (gjb)
Requested by:	swills
MFC after:	1 week
</content>
</entry>
<entry>
<title>Implement libusb_hotplug_register_callback() and</title>
<updated>2016-06-22T10:38:41Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-06-22T10:38:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7bdc064b0b644d15bd9614d9e7db5c4279736d75'/>
<id>urn:sha1:7bdc064b0b644d15bd9614d9e7db5c4279736d75</id>
<content type='text'>
libusb_hotplug_deregister_callback() for the LibUSB v1.0 API and
update the libusb(3) manual page.

Approved by:	re (kib)
Requested by:	swills
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.</title>
<updated>2016-06-16T16:17:29Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-06-16T16:17:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37d0636aac290cc86ec7149a55167f6c21ad480f'/>
<id>urn:sha1:37d0636aac290cc86ec7149a55167f6c21ad480f</id>
<content type='text'>
Approved by:	re (kib)
Requested by:	swills
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.</title>
<updated>2016-06-16T14:26:04Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-06-16T14:26:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b40d9601c72fbb04f32437d529dbf51252dc31e'/>
<id>urn:sha1:5b40d9601c72fbb04f32437d529dbf51252dc31e</id>
<content type='text'>
Approved by:	re (kostikbel)
Requested by:	swills
MFC after:	1 week
</content>
</entry>
<entry>
<title>Implement libusb_get_version() and update libusb manual page.</title>
<updated>2016-06-16T07:48:21Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-06-16T07:48:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=14b896ce80daad378a70a125ca15c2e23cd8d34b'/>
<id>urn:sha1:14b896ce80daad378a70a125ca15c2e23cd8d34b</id>
<content type='text'>
Approved by:	re (glebius)
Requested by:	swills
MFC after:	1 week
</content>
</entry>
<entry>
<title>First pass through library packaging.</title>
<updated>2016-02-04T21:16:35Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2016-02-04T21:16:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a70cba95822f662d3f9da5119b6a0c433e8f70af'/>
<id>urn:sha1:a70cba95822f662d3f9da5119b6a0c433e8f70af</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
</feed>
