<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/usb/bluetooth, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove empty dir.</title>
<updated>2009-05-27T16:44:43+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-05-27T16:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f72c0c2e5c8c5125fab8c2cd4f372f31ef9919f5'/>
<id>f72c0c2e5c8c5125fab8c2cd4f372f31ef9919f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move ng_ubt_var.h back to its original place</title>
<updated>2009-05-27T16:34:08+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-05-27T16:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=84c5da4c4e6a0d2f606b013281e3f969e4290165'/>
<id>84c5da4c4e6a0d2f606b013281e3f969e4290165</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move ng_ubt.c back to its original place</title>
<updated>2009-05-27T16:33:08+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-05-27T16:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3671d9d810c98d5cc7f9c5adf9107ae5b031632f'/>
<id>3671d9d810c98d5cc7f9c5adf9107ae5b031632f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move ubtbcmfw.c back to its original place</title>
<updated>2009-05-27T16:32:05+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-05-27T16:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d434bfe44acabc3219d1bff74b4606e9e1c81361'/>
<id>d434bfe44acabc3219d1bff74b4606e9e1c81361</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- rename usb2_mode to usb_mode [1]</title>
<updated>2009-05-21T00:04:17+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-05-21T00:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f29a072444d6e31d57f7edd94f952395ae7bb22e'/>
<id>f29a072444d6e31d57f7edd94f952395ae7bb22e</id>
<content type='text'>
- change variable types to use the enum

Submitted by:	Hans Petter Selasky [1]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- change variable types to use the enum

Submitted by:	Hans Petter Selasky [1]
</pre>
</div>
</content>
</entry>
<entry>
<title>MFp4 //depot/projects/usb@159909</title>
<updated>2009-04-05T18:20:38+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-04-05T18:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4eae601ebd1cb2311c79f5e179c235350252b96b'/>
<id>4eae601ebd1cb2311c79f5e179c235350252b96b</id>
<content type='text'>
- make usb2_power_mask_t 16-bit
- remove "usb2_config_sub" structure from "usb2_config". To compensate for this
  "usb2_config" has a new field called "usb_mode" which select for which mode
  the current xfer entry is active. Options are: a) Device mode only b) Host
  mode only (default-by-zero) c) Both modes.  This change was scripted using
  the following sed script: "s/\.mh\././g".
- the standard packet size table in "usb_transfer.c" is now a function, hence
  the code for the function uses less memory than the table itself.

Submitted by:	Hans Petter Selasky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- make usb2_power_mask_t 16-bit
- remove "usb2_config_sub" structure from "usb2_config". To compensate for this
  "usb2_config" has a new field called "usb_mode" which select for which mode
  the current xfer entry is active. Options are: a) Device mode only b) Host
  mode only (default-by-zero) c) Both modes.  This change was scripted using
  the following sed script: "s/\.mh\././g".
- the standard packet size table in "usb_transfer.c" is now a function, hence
  the code for the function uses less memory than the table itself.

Submitted by:	Hans Petter Selasky
</pre>
</div>
</content>
</entry>
<entry>
<title>MFp4 //depot/projects/usb@159863</title>
<updated>2009-04-05T18:19:30+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-04-05T18:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dab47558c8c53f8cf1b3bef37148e7d05b52edf1'/>
<id>dab47558c8c53f8cf1b3bef37148e7d05b52edf1</id>
<content type='text'>
Speed up the endpoint descriptor search

Submitted by:	Hans Petter Selasky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speed up the endpoint descriptor search

Submitted by:	Hans Petter Selasky
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the ushub device class back to uhub as it was in the old usb stack,</title>
<updated>2009-03-02T05:37:05+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-03-02T05:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9aef556d71ad24c9e8003fbeba60cb0eabd38487'/>
<id>9aef556d71ad24c9e8003fbeba60cb0eabd38487</id>
<content type='text'>
moused(8) looks for "uhub/ums" to decide if needs to load the module.

Reported by:	Garrett Cooper
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
moused(8) looks for "uhub/ums" to decide if needs to load the module.

Reported by:	Garrett Cooper
</pre>
</div>
</content>
</entry>
<entry>
<title>Change USB over to make_dev() for all device nodes, previously it hooked into</title>
<updated>2009-02-27T17:27:16+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-27T17:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ee3e3ff5c201f0b8942ea912ce7ebfdccb32af52'/>
<id>ee3e3ff5c201f0b8942ea912ce7ebfdccb32af52</id>
<content type='text'>
the devfs clone handler to open the (invisible) devices on the fly.

The /dev entries are layed out as follows,

 /dev/usbctl      = master device
 /dev/usb/0.1.0.5 = usb device, (&lt;bus&gt;.&lt;dev&gt;.&lt;iface&gt;.&lt;endpoint&gt;)
 /dev/ugen0.1 -&gt; usb/0.1.0.0 = ugen link to ctrl endpoint

This also removes the custom permissions model from USB.  Bump
__FreeBSD_version to 800066.

Submitted by:	rink (earlier version)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the devfs clone handler to open the (invisible) devices on the fly.

The /dev entries are layed out as follows,

 /dev/usbctl      = master device
 /dev/usb/0.1.0.5 = usb device, (&lt;bus&gt;.&lt;dev&gt;.&lt;iface&gt;.&lt;endpoint&gt;)
 /dev/ugen0.1 -&gt; usb/0.1.0.0 = ugen link to ctrl endpoint

This also removes the custom permissions model from USB.  Bump
__FreeBSD_version to 800066.

Submitted by:	rink (earlier version)
</pre>
</div>
</content>
</entry>
<entry>
<title>Also use proper capitalisation of FreeBSD in other source files.</title>
<updated>2009-02-24T17:15:29+00:00</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-02-24T17:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5d38a4d4f7a511cc431d45ea7d7692d44f9fae00'/>
<id>5d38a4d4f7a511cc431d45ea7d7692d44f9fae00</id>
<content type='text'>
Approved by:	thompsa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	thompsa
</pre>
</div>
</content>
</entry>
</feed>
