<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libusb/libusb20_int.h, branch stable/8</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r223495:</title>
<updated>2011-06-27T21:45:35+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2011-06-27T21:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4dae1fada374ffa9720657d85de6c06a0f5b34bd'/>
<id>4dae1fada374ffa9720657d85de6c06a0f5b34bd</id>
<content type='text'>
  - Add two new API's to libusb20 which can be used to retrive information
  about the parent USB device (which is usually an USB HUB):
  - libusb20_dev_get_parent_address
  - libusb20_dev_get_parent_port

  - Rename libusb20_compat01.c into libusb01.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Add two new API's to libusb20 which can be used to retrive information
  about the parent USB device (which is usually an USB HUB):
  - libusb20_dev_get_parent_address
  - libusb20_dev_get_parent_port

  - Rename libusb20_compat01.c into libusb01.c
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r210823, r211397, r210933, r219101, r213852, r213849 and r208020:</title>
<updated>2011-06-22T08:55:00+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2011-06-22T08:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=87d75edc076c90908d6e88687e08a342429d823d'/>
<id>87d75edc076c90908d6e88687e08a342429d823d</id>
<content type='text'>
- Add support for LibUSB in 32-bit compatibility mode.
- Some manpage related fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add support for LibUSB in 32-bit compatibility mode.
- Some manpage related fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r219100</title>
<updated>2011-04-08T05:48:51+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2011-04-08T05:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b9409a5884f06baf1816616056b45e70b7038992'/>
<id>b9409a5884f06baf1816616056b45e70b7038992</id>
<content type='text'>
- Add support for software pre-scaling of ISOCHRONOUS transfers.

Approved by:	thompsa (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add support for software pre-scaling of ISOCHRONOUS transfers.

Approved by:	thompsa (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r203147</title>
<updated>2010-04-07T00:34:05+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2010-04-07T00:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6836afc4c683a5bfa6c625f8adf455b7107eddae'/>
<id>6836afc4c683a5bfa6c625f8adf455b7107eddae</id>
<content type='text'>
 Add a function to check if the usb devices is still connected.

Submitted by:	Hans Petter Selasky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Add a function to check if the usb devices is still connected.

Submitted by:	Hans Petter Selasky
</pre>
</div>
</content>
</entry>
<entry>
<title>        LibUSB v1.0:</title>
<updated>2009-07-30T00:11:41+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2009-07-30T00:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=390065b18e0ee636279b106ff06f0a1463589ab1'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        - Significantly improve libusb10 support.
        - Many minor issues fixed.
        - P4 ID: 166189, 165853, 165991, 166052, 166069

Submitted by:	hps
Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup claim/release interface code, which is specific to libusb v0.1. Remove</title>
<updated>2009-06-12T16:07:06+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-06-12T16:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4315b3c95d598b83b39e26259ed4ad539713048f'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
claim and release interface support from libusb v2.0, because it is not useful.

Submitted by:	Hans Petter Selasky
</pre>
</div>
</content>
</entry>
<entry>
<title>s/usb2_/usb_/ on all C structs for the USB stack.</title>
<updated>2009-05-28T17:36:36+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-05-28T17:36:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=760bc48e7ee4471fe04fa5fee89d00bf7d698ddb'/>
<id>760bc48e7ee4471fe04fa5fee89d00bf7d698ddb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libusb20 is now installed as libusb, remove the version number from the</title>
<updated>2009-03-09T17:09:46+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-03-09T17:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=df4b8c2a2df765bac25f5084c13d7b59997cba10'/>
<id>df4b8c2a2df765bac25f5084c13d7b59997cba10</id>
<content type='text'>
directory name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directory name.
</pre>
</div>
</content>
</entry>
</feed>
