<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libusb, branch release/10.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F10.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F10.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2013-09-05T12:21:11Z</updated>
<entry>
<title>Correct two comments.</title>
<updated>2013-09-05T12:21:11Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-09-05T12:21:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5122043efe165f5cbb16f56da5c3d41138e81907'/>
<id>urn:sha1:5122043efe165f5cbb16f56da5c3d41138e81907</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add pkgconf files for libusb.</title>
<updated>2013-07-25T03:54:08Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2013-07-25T03:54:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=041d3f3f09b8cb01771ddbf2c2b9ed7bd95a519a'/>
<id>urn:sha1:041d3f3f09b8cb01771ddbf2c2b9ed7bd95a519a</id>
<content type='text'>
Reviewed by:	hselasky
</content>
</entry>
<entry>
<title>Add some missing definitions to build a working FreeBSD's libusb under Linux.</title>
<updated>2013-07-14T10:22:00Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-07-14T10:22:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=99cd1f32af556ea58a3d7b6b4ebbd2d52c0d3af0'/>
<id>urn:sha1:99cd1f32af556ea58a3d7b6b4ebbd2d52c0d3af0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add libusb_get_port_numbers</title>
<updated>2013-06-07T13:45:58Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-06-07T13:45:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9205626a7e2f89486e637d6187ff99c17efeb10'/>
<id>urn:sha1:a9205626a7e2f89486e637d6187ff99c17efeb10</id>
<content type='text'>
libusbx deprecated libusb_get_port_path and replaced it with
libusb_get_port_numbers.  The latter omits an extra parameter which was
unused in the FreeBSD implementation anyway.
</content>
</entry>
<entry>
<title>mdoc sweep.</title>
<updated>2013-05-12T22:22:12Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2013-05-12T22:22:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2710751bc309af25c6dea1171781678258e83840'/>
<id>urn:sha1:2710751bc309af25c6dea1171781678258e83840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add libusb_get_port_path wrapper</title>
<updated>2013-05-08T00:55:29Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-05-08T00:55:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5906bf4984400c498b0b3d8f572ec8d18c5b13c7'/>
<id>urn:sha1:5906bf4984400c498b0b3d8f572ec8d18c5b13c7</id>
<content type='text'>
This follows the libusbx API reference at
http://libusbx.sourceforge.net/api-1.0/group__dev.html

Reviewed by: hselasky@
</content>
</entry>
<entry>
<title>Constify libusb_get_pollfds return</title>
<updated>2013-05-07T20:35:47Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-05-07T20:35:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22a962c9fe4e347a1a55c9c7ae445aa382887ad3'/>
<id>urn:sha1:22a962c9fe4e347a1a55c9c7ae445aa382887ad3</id>
<content type='text'>
The correct return type, per our libusb(3) man page and the libusb.org
and libusbx projects (whose interface we intend to follow for our libusb),
is const struct libusb_pollfd **.

Unfortunately the doxygen-generated libusbx API documentation[1] omits[2]
the const for some reason.

[1] http://libusbx.sourceforge.net/api-1.0/group__poll.html#gab1a72869a926552b27a6c667695df3a2

[2] http://sourceforge.net/mailarchive/forum.php?thread_name=497D10BE.8090007%40n-dimensional.de&amp;forum_name=libusb-devel

Reviewed by: hselasky@
</content>
</entry>
<entry>
<title>Add new USB API to get the port path of a USB device.</title>
<updated>2013-05-03T07:44:58Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-05-03T07:44:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c77a24c24a844f32150345c9967c026a5a50da4c'/>
<id>urn:sha1:c77a24c24a844f32150345c9967c026a5a50da4c</id>
<content type='text'>
MFC after:	2 weeks
Requested by:	emaste @
</content>
</entry>
<entry>
<title>- Make the FreeBSD's USB library compile under Linux.</title>
<updated>2013-03-13T12:23:14Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-03-13T12:23:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6619413096ca2cd63cdd45b422edaa6921aa39e3'/>
<id>urn:sha1:6619413096ca2cd63cdd45b422edaa6921aa39e3</id>
<content type='text'>
- Fix a compile warning where the return value of a call
to a write() function was ignored.
- Remove redundant include files from userland USB header files.
- Add some now needed include files to various C-files.
</content>
</entry>
<entry>
<title>Add USB API to read power draw on USB devices.</title>
<updated>2013-02-14T12:22:40Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-02-14T12:22:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aafcb7320759529843b0d0efa3c6a918aa1aaa50'/>
<id>urn:sha1:aafcb7320759529843b0d0efa3c6a918aa1aaa50</id>
<content type='text'>
Update usbconfig to print power draw on USB devices.

MFC after:	2 weeks
Submitted by:	Matt Burke @ icritical.com
</content>
</entry>
</feed>
