<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/usb, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-10-06T12:08:47Z</updated>
<entry>
<title>MFC r272480:</title>
<updated>2014-10-06T12:08:47Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-10-06T12:08:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=74179051a57c5acaac15d9c313dbac78de6e2332'/>
<id>urn:sha1:74179051a57c5acaac15d9c313dbac78de6e2332</id>
<content type='text'>
When we fail to get a USB reference we should just return, because
there are no more references held.

Approved by:	re, marius
</content>
</entry>
<entry>
<title>MFC r272349, r272422 and r272479:</title>
<updated>2014-10-06T11:05:56Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-10-06T11:05:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a095b0c50ee95a1a46dcee2001a6b4b48df315da'/>
<id>urn:sha1:a095b0c50ee95a1a46dcee2001a6b4b48df315da</id>
<content type='text'>
- Fix XHCI driver for devices which have more than 15 physical root HUB
  ports. The current bitmap array was too small to hold more than 16
  bits and would at some point toggle the context size, which then would
  trigger an enumeration fault and cause a fallback to the EHCI
  companion controller, if any.
- Make sure we always set the maximum number of valid contexts.
- Set default cycle state in case of early interrupts.

Approved by:	re, marius
</content>
</entry>
<entry>
<title>MFC r271874:</title>
<updated>2014-09-27T18:08:39Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-09-27T18:08:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76bb59b24c8ee2913920c45c2f569d65278bd5bd'/>
<id>urn:sha1:76bb59b24c8ee2913920c45c2f569d65278bd5bd</id>
<content type='text'>
Add new USB IDs.

PR:		193775
Approved by:	re, gjb
</content>
</entry>
<entry>
<title>MFC r271953:</title>
<updated>2014-09-25T07:37:41Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-09-25T07:37:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f926ff3623ff8f572ee8319b5877928366e545cf'/>
<id>urn:sha1:f926ff3623ff8f572ee8319b5877928366e545cf</id>
<content type='text'>
Some XHCI hardware requires dropping the endpoint context before
adding it again.

Approved by:	re, glebius
</content>
</entry>
<entry>
<title>MFC r271492:</title>
<updated>2014-09-20T07:59:34Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-09-20T07:59:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=709ea66056c69f497438edb12e3a0bca8c8f8250'/>
<id>urn:sha1:709ea66056c69f497438edb12e3a0bca8c8f8250</id>
<content type='text'>
Workaround for receiving Voice Calls using the E1750 dongle from
Huawei. It might appear as if the firmware is allocating memory blocks
according to the USB transfer size and if there is initially a lot of
data, like at the answering machine prompt, it simply dies without any
apparent reason. The simple workaround for this is to force a zero
length packet at hardware level after every 512 bytes of data. This
will force the other side to use smaller memory blocks aswell.

Approved by:    re, gjb
</content>
</entry>
<entry>
<title>MFC r271017 and r271018:</title>
<updated>2014-09-10T09:40:51Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-09-10T09:40:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5a75c8b1f0ed11b6f636bb7e2c3493ee9963e69c'/>
<id>urn:sha1:5a75c8b1f0ed11b6f636bb7e2c3493ee9963e69c</id>
<content type='text'>
Add new quirk.

PR:        193279
Approved by:	re, marius
</content>
</entry>
<entry>
<title>MFC r270992:</title>
<updated>2014-09-10T06:48:23Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-09-10T06:48:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b8d884b07bef49d7c84a614e771910596028140'/>
<id>urn:sha1:5b8d884b07bef49d7c84a614e771910596028140</id>
<content type='text'>
Fix logical error.

Approved by:	re, glebius
</content>
</entry>
<entry>
<title>MFC r270643:</title>
<updated>2014-08-30T14:24:20Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2014-08-30T14:24:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f01b5a0cb29cd3bca988f3e0089a5a51c230c11'/>
<id>urn:sha1:9f01b5a0cb29cd3bca988f3e0089a5a51c230c11</id>
<content type='text'>
Fix typo: s/mac_rev/mac_ver/

Submitted by:	Stefan Sperling &lt;stsp at openbsd dot org&gt;
</content>
</entry>
<entry>
<title>MFC r269608:</title>
<updated>2014-08-29T01:40:49Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-08-29T01:40:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3403080de4f7e70dbe04e565d8bbdb7faf41c712'/>
<id>urn:sha1:3403080de4f7e70dbe04e565d8bbdb7faf41c712</id>
<content type='text'>
  Add device ID for the Chicony USB 2.0 HD UVC Webcam
  found on the Asus X550LA.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r270192:</title>
<updated>2014-08-25T03:02:38Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2014-08-25T03:02:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0562eb5b92429a617663ee9f5232f78d96748205'/>
<id>urn:sha1:0562eb5b92429a617663ee9f5232f78d96748205</id>
<content type='text'>
If eapol packets are sent at the lowest rate, key negotiation will
become more reliable.

Submitted by:	Akinori Furukoshi &lt;moonlightakkiy at yahoo dot ca&gt;
</content>
</entry>
</feed>
