<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libusb/libusb.3, branch release/8.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-02-16T16:18:46Z</updated>
<entry>
<title>Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.</title>
<updated>2011-02-16T16:18:46Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2011-02-16T16:18:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dec99dafe5763ba1db6950342aa80a634169c083'/>
<id>urn:sha1:dec99dafe5763ba1db6950342aa80a634169c083</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC r215450</title>
<updated>2010-11-28T07:19:11Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2010-11-28T07:19:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dddebd28ad3999157d387a078cc9a304f63fa341'/>
<id>urn:sha1:dddebd28ad3999157d387a078cc9a304f63fa341</id>
<content type='text'>
 Correct description of the return values of
 the LibUSB v1.0 libusb_control_transfer() function.

PR:		usb/151851
</content>
</entry>
<entry>
<title>MFC r213848</title>
<updated>2010-11-28T07:16:53Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2010-11-28T07:16:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=517cf4b23f156c078ff74b5443e794fdd74bb3db'/>
<id>urn:sha1:517cf4b23f156c078ff74b5443e794fdd74bb3db</id>
<content type='text'>
 - Add a new API function to check the connected
 status of the USB handle in the LibUSB v1.0 and
 LibUSB v0.1 interfaces.
</content>
</entry>
<entry>
<title>MFC r213853</title>
<updated>2010-11-19T21:04:18Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2010-11-19T21:04:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=32b4eee2463e2ba9950e102ded55ed505f7aa5d7'/>
<id>urn:sha1:32b4eee2463e2ba9950e102ded55ed505f7aa5d7</id>
<content type='text'>
 - Add missing LibUSB API functions:
   * libusb_strerror()
   * libusb_get_driver[_np]()
   * libusb_detach_kernel_driver[_np]()
 - Factor out setting of non-blocking flag inside libusb.
 - Add missing NULL check after libusb_get_device() call.
 - Correct some wrong error codes due to copy and paste error.

 PR:	usb/150546
 Submitted by:	Robert Jenssen, Alexander Leidinger
</content>
</entry>
<entry>
<title>        LibUSB v1.0:</title>
<updated>2009-07-30T00:11:41Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2009-07-30T00:11:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=390065b18e0ee636279b106ff06f0a1463589ab1'/>
<id>urn:sha1:390065b18e0ee636279b106ff06f0a1463589ab1</id>
<content type='text'>
        - Significantly improve libusb10 support.
        - Many minor issues fixed.
        - P4 ID: 166189, 165853, 165991, 166052, 166069

Submitted by:	hps
Approved by:	re
</content>
</entry>
<entry>
<title>Add libusb 1.0 support which is compatible with the latest revision on</title>
<updated>2009-06-23T01:00:26Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-06-23T01:00:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a5118bdfe93c01320d1e2c4379871a2ec1b9546f'/>
<id>urn:sha1:a5118bdfe93c01320d1e2c4379871a2ec1b9546f</id>
<content type='text'>
Sourceforge. Libusb 1.0 is a portable usb api released December 2008 and
supersedes the original libusb released 10 years ago, it supports isochronous
endpoints and asynchronous I/O.  Many applications have already started using
the interfaces.

This has been developed as part of Google Summer of Code this year by Sylvestre
Gallon and has been cribbed early due to it being desirable in FreeBSD 8.0

Submitted by:	Sylvestre Gallon
Sponsored by:	Google Summer of Code 2009
Reviewed by:	Hans Petter Selasky
</content>
</entry>
<entry>
<title>Cleanup claim/release interface code, which is specific to libusb v0.1. Remove</title>
<updated>2009-06-12T16:07:06Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-06-12T16:07:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4315b3c95d598b83b39e26259ed4ad539713048f'/>
<id>urn:sha1:4315b3c95d598b83b39e26259ed4ad539713048f</id>
<content type='text'>
claim and release interface support from libusb v2.0, because it is not useful.

Submitted by:	Hans Petter Selasky
</content>
</entry>
<entry>
<title>Add libusb20_tr_get_length to get the transfer length.</title>
<updated>2009-06-02T17:27:51Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-06-02T17:27:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=545b01ad3a7ded3fc7bcf82749757641b66e4b73'/>
<id>urn:sha1:545b01ad3a7ded3fc7bcf82749757641b66e4b73</id>
<content type='text'>
Submitted by:	Hans Petter Selasky
</content>
</entry>
<entry>
<title>s/usb2_/usb_/ on all C structs for the USB stack.</title>
<updated>2009-05-28T17:36:36Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-05-28T17:36:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=760bc48e7ee4471fe04fa5fee89d00bf7d698ddb'/>
<id>urn:sha1:760bc48e7ee4471fe04fa5fee89d00bf7d698ddb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix libusb20_dev_get_device_desc and defunt xref.</title>
<updated>2009-05-21T17:16:35Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-05-21T17:16:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c54c1f7c08e26ef706ab475fde2118d1f21ea798'/>
<id>urn:sha1:c54c1f7c08e26ef706ab475fde2118d1f21ea798</id>
<content type='text'>
Submitted by:	Hans Petter Selasky
</content>
</entry>
</feed>
