<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/usb/ums.c, branch release/3.5.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-06-25T00:20:49+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-06-25T00:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8e878a0310eae754021dbd73ca928eaf7cf6a65c'/>
<id>8e878a0310eae754021dbd73ca928eaf7cf6a65c</id>
<content type='text'>
'RELENG_3_5_0_RELEASE'.

This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_3_5_0_RELEASE'.

This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: from rev. 1.21 and 1.23</title>
<updated>1999-07-25T18:35:35+00:00</updated>
<author>
<name>Masahide MAEKAWA</name>
<email>gehenna@FreeBSD.org</email>
</author>
<published>1999-07-25T18:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=839bbece81fb04d1dbe991a493f1b2d5f7680357'/>
<id>839bbece81fb04d1dbe991a493f1b2d5f7680357</id>
<content type='text'>
o Call ums_disable() to abort the pipe.
o Do not wake up processes which has been waiting or polling for mouse
  data.  It won't be available anymore.
o Add non-blocking I/O on read
o Add checks to make sure we do not dereference the softc when not found
  because the device has been removed.

Requested by:	Kazutaka YOKOTA
OKed by:	Nick Hibma
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o Call ums_disable() to abort the pipe.
o Do not wake up processes which has been waiting or polling for mouse
  data.  It won't be available anymore.
o Add non-blocking I/O on read
o Add checks to make sure we do not dereference the softc when not found
  because the device has been removed.

Requested by:	Kazutaka YOKOTA
OKed by:	Nick Hibma
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: 1999-05-04</title>
<updated>1999-05-08T23:05:02+00:00</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>1999-05-08T23:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4b898d15d9bf60a7876343289ea59b86538a3194'/>
<id>4b898d15d9bf60a7876343289ea59b86538a3194</id>
<content type='text'>
problems solved:

1) create function usbd_errstr which turns a usbd_status into a sensible
   error message

2) ohci.c: Interrupt transfers worked only for the first packet.
   The second packet was not seen as finished.

3) change printf to logprintf

4) add definitions for Commun. Device Clas

5) uhci.c: many a change, all problems up to rev. 1.25

6) ums.c: mouse now looks like a mouse systems mouse

7) usbdevs*.h: add loads of device id's

8) lots of textual changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
problems solved:

1) create function usbd_errstr which turns a usbd_status into a sensible
   error message

2) ohci.c: Interrupt transfers worked only for the first packet.
   The second packet was not seen as finished.

3) change printf to logprintf

4) add definitions for Commun. Device Clas

5) uhci.c: many a change, all problems up to rev. 1.25

6) ums.c: mouse now looks like a mouse systems mouse

7) usbdevs*.h: add loads of device id's

8) lots of textual changes
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected the latent fact that the uhub driver was providing a driver for</title>
<updated>1999-01-14T01:28:15+00:00</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>1999-01-14T01:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1c8fa237245312193ea2381fdad3b98e5bbe6ed4'/>
<id>1c8fa237245312193ea2381fdad3b98e5bbe6ed4</id>
<content type='text'>
the usb device class instead of the uhub devclass. Only a problem with more
than one USB host controller.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the usb device class instead of the uhub devclass. Only a problem with more
than one USB host controller.
</pre>
</div>
</content>
</entry>
<entry>
<title>1) textual changes</title>
<updated>1999-01-12T01:21:15+00:00</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>1999-01-12T01:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=627246f4dc134016c16c82bf55c3b1fbe134183d'/>
<id>627246f4dc134016c16c82bf55c3b1fbe134183d</id>
<content type='text'>
2) bug fix in handling of select (or presumed bug)
3) trigger a mouse packet on the Z direction as well (but Z still not
   working)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2) bug fix in handling of select (or presumed bug)
3) trigger a mouse packet on the Z direction as well (but Z still not
   working)
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync with NetBSD sources. Almost there. Mostly style fixes.</title>
<updated>1999-01-10T18:42:54+00:00</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>1999-01-10T18:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=53809e8652486ac0a0a16e945598974c89401ad4'/>
<id>53809e8652486ac0a0a16e945598974c89401ad4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Major synchronisation with NetBSD USB code</title>
<updated>1999-01-07T23:07:57+00:00</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>1999-01-07T23:07:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a73f7cf01fb57722a19b5d090f83ef40dd4c7da8'/>
<id>a73f7cf01fb57722a19b5d090f83ef40dd4c7da8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected the major number for usb and added ums as major 111</title>
<updated>1999-01-03T16:48:03+00:00</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>1999-01-03T16:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0d3c3d394297676f4508ff939cc86276921b54fe'/>
<id>0d3c3d394297676f4508ff939cc86276921b54fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Id to all files</title>
<updated>1998-12-14T09:32:25+00:00</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>1998-12-14T09:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6fef2c2c273ab9f9a612fd4506bd577d8fa8e7f2'/>
<id>6fef2c2c273ab9f9a612fd4506bd577d8fa8e7f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated USB kernel sources to NetBSD sources of 1998-12-09.</title>
<updated>1998-12-13T22:27:42+00:00</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>1998-12-13T22:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3e041e6116dfc2830ae408ee20e5cd6545355e36'/>
<id>3e041e6116dfc2830ae408ee20e5cd6545355e36</id>
<content type='text'>
1 bug fix and several textual changes.
Preparing to feed back changes for port into NetBSD to create one source base.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1 bug fix and several textual changes.
Preparing to feed back changes for port into NetBSD to create one source base.
</pre>
</div>
</content>
</entry>
</feed>
