summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ums.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-251-1/+1
| | | | | | | '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.
* MFC: from rev. 1.21 and 1.23Masahide MAEKAWA1999-07-251-9/+45
| | | | | | | | | | | | | | | 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 Notes: svn path=/stable/3/; revision=49084
* MFC: 1999-05-04Nick Hibma1999-05-081-67/+155
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/stable/3/; revision=46745
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-141-1/+1
| | | | | | | | the usb device class instead of the uhub devclass. Only a problem with more than one USB host controller. Notes: svn path=/head/; revision=42640
* 1) textual changesNick Hibma1999-01-121-48/+24
| | | | | | | | | 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) Notes: svn path=/head/; revision=42550
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-8/+15
| | | | Notes: svn path=/head/; revision=42490
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-160/+84
| | | | Notes: svn path=/head/; revision=42384
* Corrected the major number for usb and added ums as major 111Nick Hibma1999-01-031-2/+2
| | | | Notes: svn path=/head/; revision=42266
* Added Id to all filesNick Hibma1998-12-141-0/+1
| | | | Notes: svn path=/head/; revision=41783
* Updated USB kernel sources to NetBSD sources of 1998-12-09.Nick Hibma1998-12-131-1/+1
| | | | | | | | 1 bug fix and several textual changes. Preparing to feed back changes for port into NetBSD to create one source base. Notes: svn path=/head/; revision=41736
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+812
Notes: svn path=/head/; revision=41366