<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libusb/libusb20_desc.c, branch release/10.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-08-05T18:52:40Z</updated>
<entry>
<title>MFC	r285720:</title>
<updated>2015-08-05T18:52:40Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-08-05T18:52:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f5b6167b6dcc2c261dbcf387e9a6dce96dd15d58'/>
<id>urn:sha1:f5b6167b6dcc2c261dbcf387e9a6dce96dd15d58</id>
<content type='text'>
libusb: Fix minor warning.

Fix a warning triggered by the gcc + FORTIFY_SOURCE patches:

In function 'libusb20_parse_config_desc': lib/libusb/libusb20_desc.c:141:
warning: passing argument 1 of 'memcpy' discards qualifiers from pointer
target type

Submitted by:	hselansky
</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/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>Fix some compile warnings.</title>
<updated>2012-04-20T14:29:45Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2012-04-20T14:29:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d81535d1f9a824d38814cef6af3aa0267741a99f'/>
<id>urn:sha1:d81535d1f9a824d38814cef6af3aa0267741a99f</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.</title>
<updated>2011-11-09T19:03:26Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2011-11-09T19:03:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c0392e6fd10cd0ef9974ccfe16fb4a0f808711b'/>
<id>urn:sha1:4c0392e6fd10cd0ef9974ccfe16fb4a0f808711b</id>
<content type='text'>
Some header file parts of this patch were taken from a patch submitted
by Maya Erez &lt;merez@codeaurora.org&gt; to the LibUSB developers list.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Resort includes to match style(9) a bit more. No functional change</title>
<updated>2010-02-13T09:45:50Z</updated>
<author>
<name>Wojciech A. Koszek</name>
<email>wkoszek@FreeBSD.org</email>
</author>
<published>2010-02-13T09:45:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3cba95c5b852922b877924c58c67846c19aac27'/>
<id>urn:sha1:f3cba95c5b852922b877924c58c67846c19aac27</id>
<content type='text'>
is expected after this commit.

Tested by:	make buildworld
Reviewed by:	hps (patch without .h changes)
</content>
</entry>
<entry>
<title>Remove redundand headers and use more standard ones where necessary.</title>
<updated>2010-02-11T08:34:41Z</updated>
<author>
<name>Wojciech A. Koszek</name>
<email>wkoszek@FreeBSD.org</email>
</author>
<published>2010-02-11T08:34:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d426c025be1cfe70bb10524348a6d13ce2d1c1b4'/>
<id>urn:sha1:d426c025be1cfe70bb10524348a6d13ce2d1c1b4</id>
<content type='text'>
Reviewed by:	hps@
</content>
</entry>
<entry>
<title>- fix refcounting error during data transfer</title>
<updated>2009-11-08T20:03:52Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-11-08T20:03:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ccef4ddf40fee777575fe227405159a2b6d11dee'/>
<id>urn:sha1:ccef4ddf40fee777575fe227405159a2b6d11dee</id>
<content type='text'>
- fix a memory leak on the USB backend
- fix invalid pointer computations (in one case memory outside the allocated
  area was written in LibUSB v1.0)
- make sure memory is always initialised, also in failing cases
- add missing functions from v1.0.4

PR:		usb/140325
Reported by:	Robert Jenssen
Submitted by:	Hans Petter Selasky
MFC After:	3 days
</content>
</entry>
<entry>
<title>libusb20 is now installed as libusb, remove the version number from the</title>
<updated>2009-03-09T17:09:46Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-03-09T17:09:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df4b8c2a2df765bac25f5084c13d7b59997cba10'/>
<id>urn:sha1:df4b8c2a2df765bac25f5084c13d7b59997cba10</id>
<content type='text'>
directory name.
</content>
</entry>
</feed>
