<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libusb/Makefile, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-02-04T10:18:29Z</updated>
<entry>
<title>MFC r260315:</title>
<updated>2014-02-04T10:18:29Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-02-04T10:18:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8afaf3ad9c389c7673f905e889441bd97eb6685c'/>
<id>urn:sha1:8afaf3ad9c389c7673f905e889441bd97eb6685c</id>
<content type='text'>
Implement two new libusb API functions.

PR:		usb/185454
</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/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/commit/?id=99cd1f32af556ea58a3d7b6b4ebbd2d52c0d3af0'/>
<id>urn:sha1:99cd1f32af556ea58a3d7b6b4ebbd2d52c0d3af0</id>
<content type='text'>
</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/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/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/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>
<entry>
<title>LibUSB v1.0 API compiliance and bugfixes.</title>
<updated>2012-06-12T07:28:25Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2012-06-12T07:28:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f7287225df283a4a5eb30839b9215496db221c45'/>
<id>urn:sha1:f7287225df283a4a5eb30839b9215496db221c45</id>
<content type='text'>
- Use CLOCK_MONOTONIC instead of CLOCK_REALTIME, because CLOCK_MONOTONIC
does not wrap into negative in near future. This fixes any potential
problems using "pthread_cond_timedwait()".

- Fix a bug where the "libusb_wait_for_event()" function computes an
absolute timeout instead of a relative timeout. USB transfers do
not depend on this timeout value.

- Add dependency towards LibPthread to Makefile, because LibUSB v1.0
needs this library to function correctly.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().</title>
<updated>2012-05-07T14:07:13Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2012-05-07T14:07:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78ed0e49ff5fb814c92b991f9a7293dc2603c247'/>
<id>urn:sha1:78ed0e49ff5fb814c92b991f9a7293dc2603c247</id>
<content type='text'>
Reported by:	Xiaofan Chen
</content>
</entry>
<entry>
<title>Bump the libusb major version due to the last commit, which</title>
<updated>2012-04-25T21:50:20Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2012-04-25T21:50:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=93fab61dfae3029086c0f94eecc62cc7a2e46a0b'/>
<id>urn:sha1:93fab61dfae3029086c0f94eecc62cc7a2e46a0b</id>
<content type='text'>
changes the libusb 1.0 API. While at it, correct a manual
page symlink.

Suggested by:	kib @
</content>
</entry>
<entry>
<title>Add missing LibUSB 1.0 API function.</title>
<updated>2012-04-12T18:06:30Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2012-04-12T18:06:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=748205a3703147c4587ea21e78bfdb84037df076'/>
<id>urn:sha1:748205a3703147c4587ea21e78bfdb84037df076</id>
<content type='text'>
Reported by:	lme @
MFC after:	1 week
</content>
</entry>
</feed>
