<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libusb, branch releng/9.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-06-04T13:42:19Z</updated>
<entry>
<title>MFC r266664:</title>
<updated>2014-06-04T13:42:19Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-06-04T13:42:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=58ea6fe8e1928da83b01d9d33153da7592838bca'/>
<id>urn:sha1:58ea6fe8e1928da83b01d9d33153da7592838bca</id>
<content type='text'>
Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API
from sourceforge.

PR:		usb/190204
Approved by:	re, gjb @
</content>
</entry>
<entry>
<title>MFC r264344:</title>
<updated>2014-04-18T07:42:47Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-04-18T07:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=80313f670b57e277b5016af37c634020f2af7925'/>
<id>urn:sha1:80313f670b57e277b5016af37c634020f2af7925</id>
<content type='text'>
Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0
APIs to increase the maximum bandwidth limit.
</content>
</entry>
<entry>
<title>MFC r260315:</title>
<updated>2014-02-04T10:22:28Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-02-04T10:22:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6cdc5c157e47b7bc2b2f613a0ba0069214ecdb61'/>
<id>urn:sha1:6cdc5c157e47b7bc2b2f613a0ba0069214ecdb61</id>
<content type='text'>
Implement two new libusb API functions.

PR:		usb/185454
</content>
</entry>
<entry>
<title>MFC r261224:</title>
<updated>2014-02-04T08:59:02Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-02-04T08:59:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=974e66a8cee4406e06fccf7878b34998e5413dd8'/>
<id>urn:sha1:974e66a8cee4406e06fccf7878b34998e5413dd8</id>
<content type='text'>
Comply to the official LibUSB v1.0 API:
"It is legal to attempt to claim an already-claimed interface."
</content>
</entry>
<entry>
<title>MFC r235128:</title>
<updated>2014-01-05T10:49:56Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-01-05T10:49:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c499252718215fb4b6448c7f62528c7cb9e88800'/>
<id>urn:sha1:c499252718215fb4b6448c7f62528c7cb9e88800</id>
<content type='text'>
Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().
</content>
</entry>
<entry>
<title>MFC r250342, r251495:</title>
<updated>2013-08-20T14:29:43Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-08-20T14:29:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=008fda59b2173419d9838d462b20548ae75564d8'/>
<id>urn:sha1:008fda59b2173419d9838d462b20548ae75564d8</id>
<content type='text'>
  Add libusb_get_port_path wrapper

  This follows the libusbx API reference at
  http://libusbx.sourceforge.net/api-1.0/group__dev.html

  Add libusb_get_port_numbers

  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>MFC r250335: Constify libusb_get_pollfds return</title>
<updated>2013-08-20T14:25:44Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-08-20T14:25:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49cca243ce7b5c567373e1a23523867dfbf9378e'/>
<id>urn:sha1:49cca243ce7b5c567373e1a23523867dfbf9378e</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 **.
</content>
</entry>
<entry>
<title>MFC r250201 from hselasky:</title>
<updated>2013-08-20T14:19:00Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-08-20T14:19:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7687070990e2173ad0e6e854c7f37ca035d550b9'/>
<id>urn:sha1:7687070990e2173ad0e6e854c7f37ca035d550b9</id>
<content type='text'>
  Add new USB API to get the port path of a USB device.
</content>
</entry>
<entry>
<title>MFC r246789:</title>
<updated>2013-02-28T16:56:08Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-02-28T16:56:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1cce2846a552b9bf822b7632f86407698036b2d2'/>
<id>urn:sha1:1cce2846a552b9bf822b7632f86407698036b2d2</id>
<content type='text'>
Add USB API to read power draw on USB devices.
Update usbconfig to print power draw on USB devices.
</content>
</entry>
<entry>
<title>MFC r236944:</title>
<updated>2012-06-19T06:46:54Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2012-06-19T06:46:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f80a04f3e52d5555ef178bd0848f832632eecde'/>
<id>urn:sha1:3f80a04f3e52d5555ef178bd0848f832632eecde</id>
<content type='text'>
LibUSB v1.0 API compliance and bugfixes.
</content>
</entry>
</feed>
