<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/usb, branch release/9.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2013-07-26T06:24:33Z</updated>
<entry>
<title>MFC r253532:</title>
<updated>2013-07-26T06:24:33Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-07-26T06:24:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f5e5446aaa090fec15ee2ad316511841af29b4e'/>
<id>urn:sha1:7f5e5446aaa090fec15ee2ad316511841af29b4e</id>
<content type='text'>
Fix an XHCI regression:

The Block Event Interrupts, BEI, feature does not
work like expected with the Renesas XHCI chipsets.
Revert feature.

While at it correct the TD SIZE computation in
case of Zero Length Packet, ZLP, in the end of a
multi frame USB transfer.

PR:             usb/180726
Approved by:    re, hrs
</content>
</entry>
<entry>
<title>MFC r253398:</title>
<updated>2013-07-19T05:28:47Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-07-19T05:28:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=baf78e6abc2e4ab5b1937035876c827422e16e5d'/>
<id>urn:sha1:baf78e6abc2e4ab5b1937035876c827422e16e5d</id>
<content type='text'>
Add a tunable to force disable MSI use for xhci(4).

Approved by:	re (delphij)
</content>
</entry>
<entry>
<title>MFC r253094:</title>
<updated>2013-07-16T06:50:22Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-07-16T06:50:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=14bfa55b554a5f55112fc14eba07e8134d9c5969'/>
<id>urn:sha1:14bfa55b554a5f55112fc14eba07e8134d9c5969</id>
<content type='text'>
Use MSI for xhci(4), if supported.

Approved by:	re (delphij)
</content>
</entry>
<entry>
<title>MFC r252294 and r252295:</title>
<updated>2013-07-12T22:03:41Z</updated>
<author>
<name>Remko Lodder</name>
<email>remko@FreeBSD.org</email>
</author>
<published>2013-07-12T22:03:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ba38abb91b28bd7c5f7e1dc356d3f90b437e1390'/>
<id>urn:sha1:ba38abb91b28bd7c5f7e1dc356d3f90b437e1390</id>
<content type='text'>
Add support for the NTT Docomo L-02C Card

PR:		180017
Submitted by:	Masaharu FUJITA
Glanced at by:	imp
Approved by:	re (delphij)
</content>
</entry>
<entry>
<title>MFC r252501:</title>
<updated>2013-07-09T07:51:11Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2013-07-09T07:51:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e44a02d53db2cbff262cde6c7b187e44c8ba8871'/>
<id>urn:sha1:e44a02d53db2cbff262cde6c7b187e44c8ba8871</id>
<content type='text'>
Add Planex MZK-UE150N.

Submitted by:	Yusuke Tanaka
</content>
</entry>
<entry>
<title>MFC r252185:</title>
<updated>2013-07-01T05:29:42Z</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2013-07-01T05:29:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f37bd8c43fd0bb9b22de921c1b3144d7d40670fb'/>
<id>urn:sha1:f37bd8c43fd0bb9b22de921c1b3144d7d40670fb</id>
<content type='text'>
  Add Lenovo USB 2.0 Ethernet adapter.

  PR:	usb/179920
</content>
</entry>
<entry>
<title>MFC r252143:</title>
<updated>2013-07-01T05:24:58Z</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2013-07-01T05:24:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d066db9fe352cf9f82982fb1ec3b0d0b95884b6a'/>
<id>urn:sha1:d066db9fe352cf9f82982fb1ec3b0d0b95884b6a</id>
<content type='text'>
  When RX checksum offloading is active, AX88772B will prepend a
  checksum header.  The header contains a received frame length but
  the defined length for AX88772B is different with other ASIX
  controllers.  When the RX checksum is off, AX88772B controller does
  not prepend a checksum header so driver has to use normal header
  length mask.
  This change should fix RX errors when RX checksum offloading is
  off.
</content>
</entry>
<entry>
<title>MFC r251109:</title>
<updated>2013-06-13T20:40:39Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-06-13T20:40:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b4939484d8800b1a6b8af874db2ef619ac07def2'/>
<id>urn:sha1:b4939484d8800b1a6b8af874db2ef619ac07def2</id>
<content type='text'>
	Add support for tethering on the iPhone 4S

PR:	usb/179078
</content>
</entry>
<entry>
<title>MFC r251249, r251251, r251252, r2512, r251254 and r251515:</title>
<updated>2013-06-11T06:18:51Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-06-11T06:18:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=96dfc404e09101bd9f3b9c2129c7a555352c403d'/>
<id>urn:sha1:96dfc404e09101bd9f3b9c2129c7a555352c403d</id>
<content type='text'>
Correct XHCI DMA descriptor programming.
Correct maximum IRQ rate.
</content>
</entry>
<entry>
<title>MFC r248458:</title>
<updated>2013-05-21T06:10:26Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2013-05-21T06:10:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=71b646e65138e60350963b5c12d0e35b95630844'/>
<id>urn:sha1:71b646e65138e60350963b5c12d0e35b95630844</id>
<content type='text'>
Add new USB ID.

PR:	usb/177013
</content>
</entry>
</feed>
