<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/usb2, 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>Use root_mount_hold and root_mount_rel to allow the USB bus to be explored</title>
<updated>2009-02-22T01:02:25+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-22T01:02:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c7c94913bd66b829dc51b8e1d2163777de4f8e9d'/>
<id>c7c94913bd66b829dc51b8e1d2163777de4f8e9d</id>
<content type='text'>
before trying to mount root. Unlike USB1 the busses are not explored at attach
but rather after threads are running.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
before trying to mount root. Unlike USB1 the busses are not explored at attach
but rather after threads are running.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert r188878 for the moment, this breaks kdump.</title>
<updated>2009-02-21T03:06:29+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-21T03:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=10f99918d8c4d1231195022d84047bcb131b876b'/>
<id>10f99918d8c4d1231195022d84047bcb131b876b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide compat typedefs for usb1.</title>
<updated>2009-02-21T01:14:49+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-21T01:14:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=66d5e912dc875537b106b34579aa49e9bcfaae03'/>
<id>66d5e912dc875537b106b34579aa49e9bcfaae03</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>Make uslcom compile, cut'n'paste errors from uplcom.</title>
<updated>2009-02-15T23:38:58+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-15T23:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4a93759f4709a59d6c4aae7d1985c45e6568366f'/>
<id>4a93759f4709a59d6c4aae7d1985c45e6568366f</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@157699</title>
<updated>2009-02-14T23:20:00+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-14T23:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=06d497c1afbc1665858994d72b478e3fd34065c0'/>
<id>06d497c1afbc1665858994d72b478e3fd34065c0</id>
<content type='text'>
Add two new functions to the libusb20 API and required kernel ioctls.

- libusb20_dev_get_iface_desc
- libusb20_dev_get_info

New command to usbconfig, "show_ifdrv", which will print out the kernel driver
attached to the given USB device aswell.

See "man libusb20" for a detailed description.

Some minor style corrections long-line wrapping.

Submitted by:	Hans Petter Selasky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add two new functions to the libusb20 API and required kernel ioctls.

- libusb20_dev_get_iface_desc
- libusb20_dev_get_info

New command to usbconfig, "show_ifdrv", which will print out the kernel driver
attached to the given USB device aswell.

See "man libusb20" for a detailed description.

Some minor style corrections long-line wrapping.

Submitted by:	Hans Petter Selasky
</pre>
</div>
</content>
</entry>
<entry>
<title>- ieee80211_chan2ieee returns an int</title>
<updated>2009-02-14T22:29:54+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-14T22:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9480550ecaeccb6024d6c425908c6032e6106cae'/>
<id>9480550ecaeccb6024d6c425908c6032e6106cae</id>
<content type='text'>
- avoid null deref in detach
- update pause timings

Obtained from:	//depot/projects/usb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- avoid null deref in detach
- update pause timings

Obtained from:	//depot/projects/usb
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded execute-permissions from the USB2 device node.</title>
<updated>2009-02-14T19:46:28+00:00</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-02-14T19:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a0494390799c0e895d0dac951fd537db5c0cad36'/>
<id>a0494390799c0e895d0dac951fd537db5c0cad36</id>
<content type='text'>
Giving a charactere device execute permissions doesn't have any use.
Right now there isn't a single device node in /dev that has it, except
the USB2 device node, so remove it.

Approved by:	hps, thompsa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Giving a charactere device execute permissions doesn't have any use.
Right now there isn't a single device node in /dev that has it, except
the USB2 device node, so remove it.

Approved by:	hps, thompsa
</pre>
</div>
</content>
</entry>
<entry>
<title>- ieee80211_chan2ieee returns an int</title>
<updated>2009-02-13T21:45:19+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-13T21:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c7a8a2fa922bc6ea01cea6411ab8befe4ccae0ad'/>
<id>c7a8a2fa922bc6ea01cea6411ab8befe4ccae0ad</id>
<content type='text'>
- set ic_update_promisc to the same callback as mcast
- avoid null deref in zyd_detach

Obtained from:	//depot/projects/usb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- set ic_update_promisc to the same callback as mcast
- avoid null deref in zyd_detach

Obtained from:	//depot/projects/usb
</pre>
</div>
</content>
</entry>
</feed>
