<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/usb2/core/usb2_device.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Move the new USB stack into its new home.</title>
<updated>2009-02-23T18:31:00+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-23T18:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=02ac6454880b59bbc5f3f74dffaffa90b30adc8b'/>
<id>02ac6454880b59bbc5f3f74dffaffa90b30adc8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch over to usbdevs.h generated at compile time.</title>
<updated>2009-02-18T06:33:10+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-18T06:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=474bb3ce7b4a02a2e096f193b5731b47331a31dd'/>
<id>474bb3ce7b4a02a2e096f193b5731b47331a31dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFp4 //depot/projects/usb; 157069, 157429, 157430</title>
<updated>2009-02-09T21:56:33+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-09T21:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=559f11917d68d9b204e048cc8abc1260d7a25e64'/>
<id>559f11917d68d9b204e048cc8abc1260d7a25e64</id>
<content type='text'>
 - Change "usb2_pause_mtx" so that it takes the timeout value in ticks
 - Factor out USB ethernet and USB serial driver specific control request.
 - USB process naming cleanup.

Submitted by:	Hans Petter Selasky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Change "usb2_pause_mtx" so that it takes the timeout value in ticks
 - Factor out USB ethernet and USB serial driver specific control request.
 - USB process naming cleanup.

Submitted by:	Hans Petter Selasky
</pre>
</div>
</content>
</entry>
<entry>
<title>MFp4: //depot/projects/usb@155957</title>
<updated>2009-01-13T19:04:58+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-01-13T19:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0239859bda962f2ceb18c6a4b5ac99bdddd0efef'/>
<id>0239859bda962f2ceb18c6a4b5ac99bdddd0efef</id>
<content type='text'>
	Make code more compliant with SuperSpeed USB and Wireless USB.

Submitted by: Hans Petter Selasky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Make code more compliant with SuperSpeed USB and Wireless USB.

Submitted by: Hans Petter Selasky
</pre>
</div>
</content>
</entry>
<entry>
<title>MFp4: //depot/projects/usb@155842</title>
<updated>2009-01-13T19:03:23+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-01-13T19:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=edf1048c85c7075d5a4346b649d9eb75ef23b1bf'/>
<id>edf1048c85c7075d5a4346b649d9eb75ef23b1bf</id>
<content type='text'>
	Reduce the number of callback processes to 4 per
	USB controller. There are two rough categories:
	1) Giant locked USB transfers.
	2) Non-Giant locked USB transfers.
	On a real system with many USB devices plugged in the
	number of processes reported by "ps auxw | grep USBPROC"
	was reduced from 40 to 18.

Submitted by: Hans Petter Selasky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Reduce the number of callback processes to 4 per
	USB controller. There are two rough categories:
	1) Giant locked USB transfers.
	2) Non-Giant locked USB transfers.
	On a real system with many USB devices plugged in the
	number of processes reported by "ps auxw | grep USBPROC"
	was reduced from 40 to 18.

Submitted by: Hans Petter Selasky
</pre>
</div>
</content>
</entry>
<entry>
<title>MFp4: //depot/projects/usb@155829</title>
<updated>2009-01-13T19:02:50+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-01-13T19:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ee6d7582e971e01575e8f0e27d7abf245557e707'/>
<id>ee6d7582e971e01575e8f0e27d7abf245557e707</id>
<content type='text'>
	Code style changes requested by:
	M. Warner Losh

Submitted by: Hans Petter Selasky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Code style changes requested by:
	M. Warner Losh

Submitted by: Hans Petter Selasky
</pre>
</div>
</content>
</entry>
<entry>
<title>MFp4: //depot/projects/usb@155820</title>
<updated>2009-01-13T19:02:40+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-01-13T19:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cba1b53d88fced418a087f2db27678b30fdd2ad5'/>
<id>cba1b53d88fced418a087f2db27678b30fdd2ad5</id>
<content type='text'>
	USB memory usage reduction patch.

Submitted by: Hans Petter Selasky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	USB memory usage reduction patch.

Submitted by: Hans Petter Selasky
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync with usb4bsd:</title>
<updated>2009-01-04T00:12:01+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2009-01-04T00:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d5474fd85f6d8044976511534faa78061d078efe'/>
<id>d5474fd85f6d8044976511534faa78061d078efe</id>
<content type='text'>
src/lib/libusb20/libusb20_desc.c

Make "libusb20_desc_foreach()" more readable.

src/sys/dev/usb2/controller/*.[ch]
src/sys/dev/usb2/core/*.[ch]

Implement support for USB power save for all HC's.

Implement support for Big-endian EHCI.

Move Huawei quirks back into "u3g" driver.

Improve device enumeration.

src/sys/dev/usb2/ethernet/*[ch]

Patches for supporting new AXE Gigabit chipset.

src/sys/dev/usb2/serial/*[ch]

Fix IOCTL return code.

src/sys/dev/usb2/wlan/*[ch]

Sync with old USB stack.

Submitted by: hps
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
src/lib/libusb20/libusb20_desc.c

Make "libusb20_desc_foreach()" more readable.

src/sys/dev/usb2/controller/*.[ch]
src/sys/dev/usb2/core/*.[ch]

Implement support for USB power save for all HC's.

Implement support for Big-endian EHCI.

Move Huawei quirks back into "u3g" driver.

Improve device enumeration.

src/sys/dev/usb2/ethernet/*[ch]

Patches for supporting new AXE Gigabit chipset.

src/sys/dev/usb2/serial/*[ch]

Fix IOCTL return code.

src/sys/dev/usb2/wlan/*[ch]

Sync with old USB stack.

Submitted by: hps
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous return statements from the end of void functions.</title>
<updated>2008-12-11T23:17:48+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2008-12-11T23:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dc41cd35e3ab3f4a04926ed87b62fab7470f861c'/>
<id>dc41cd35e3ab3f4a04926ed87b62fab7470f861c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format and wrap function declarations.</title>
<updated>2008-12-11T23:13:02+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2008-12-11T23:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a05d77141cab88bd9703e26382bf07340dd3a3d6'/>
<id>a05d77141cab88bd9703e26382bf07340dd3a3d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
