<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libusb/libusb20.c, branch upstream/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r305284:</title>
<updated>2016-09-09T06:25:40+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-09-09T06:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a3cd7971f2889c482fa16b1865bba4b7e209886f'/>
<id>a3cd7971f2889c482fa16b1865bba4b7e209886f</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</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:04+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-06-16T14:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5b40d9601c72fbb04f32437d529dbf51252dc31e'/>
<id>5b40d9601c72fbb04f32437d529dbf51252dc31e</id>
<content type='text'>
Approved by:	re (kostikbel)
Requested by:	swills
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (kostikbel)
Requested by:	swills
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>USB: replace 0 with NULL for pointers.</title>
<updated>2016-04-09T20:36:07+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-09T20:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2bf493863feef6ec0033f3f18d8abcb0a105d963'/>
<id>2bf493863feef6ec0033f3f18d8abcb0a105d963</id>
<content type='text'>
Found with devel/coccinelle.

Reviewed by:	hselasky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found with devel/coccinelle.

Reviewed by:	hselasky
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some missing definitions to build a working FreeBSD's libusb under Linux.</title>
<updated>2013-07-14T10:22:00+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-07-14T10:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=99cd1f32af556ea58a3d7b6b4ebbd2d52c0d3af0'/>
<id>99cd1f32af556ea58a3d7b6b4ebbd2d52c0d3af0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new USB API to get the port path of a USB device.</title>
<updated>2013-05-03T07:44:58+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-05-03T07:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c77a24c24a844f32150345c9967c026a5a50da4c'/>
<id>c77a24c24a844f32150345c9967c026a5a50da4c</id>
<content type='text'>
MFC after:	2 weeks
Requested by:	emaste @
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	2 weeks
Requested by:	emaste @
</pre>
</div>
</content>
</entry>
<entry>
<title>- Make the FreeBSD's USB library compile under Linux.</title>
<updated>2013-03-13T12:23:14+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-03-13T12:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6619413096ca2cd63cdd45b422edaa6921aa39e3'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add USB API to read power draw on USB devices.</title>
<updated>2013-02-14T12:22:40+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-02-14T12:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aafcb7320759529843b0d0efa3c6a918aa1aaa50'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update usbconfig to print power draw on USB devices.

MFC after:	2 weeks
Submitted by:	Matt Burke @ icritical.com
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for streams to LibUSB v2.0.</title>
<updated>2012-08-13T18:10:52+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2012-08-13T18:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=07b6ce3ba9cd582560d2a716f266cb76176c515e'/>
<id>07b6ce3ba9cd582560d2a716f266cb76176c515e</id>
<content type='text'>
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some compile warnings.</title>
<updated>2012-04-20T14:29:45+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2012-04-20T14:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d81535d1f9a824d38814cef6af3aa0267741a99f'/>
<id>d81535d1f9a824d38814cef6af3aa0267741a99f</id>
<content type='text'>
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement missing USB debug information functions.</title>
<updated>2011-09-19T08:52:06+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2011-09-19T08:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c61f25617c9b4db4c627097bbd9cdead643c2058'/>
<id>c61f25617c9b4db4c627097bbd9cdead643c2058</id>
<content type='text'>
Approved by:	re (kib)
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (kib)
MFC after:	1 week
</pre>
</div>
</content>
</entry>
</feed>
