summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ums.c
Commit message (Expand)AuthorAgeFilesLines
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-3/+3
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+3
* MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23)Josef Karthauser2002-04-071-2/+2
* MFNetBSD: Update many URLs.Josef Karthauser2002-04-011-1/+1
* Huge merge from NetBSD:Josef Karthauser2002-03-161-8/+7
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-0/+2
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-111-1/+1
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.Josef Karthauser2002-02-151-0/+3
* Sync with NetBSD:Josef Karthauser2002-01-021-1/+1
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)Josef Karthauser2002-01-021-5/+5
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Only clear endpoint stall if status was USBD_STALLED.Nick Hibma2001-09-021-1/+2
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-1/+1
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDNick Hibma2000-07-171-7/+7
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-20/+20
* More USB ethernet tweaks:Bill Paul2000-01-201-1/+2
* Revoke the vnodes on detach. This avoids the crashes people have seenNick Hibma1999-11-211-4/+6
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-16/+32
* The Qtronix keyboard has a built in PS/2 port for a mouse.Nick Hibma1999-11-081-49/+97
* Rename remove_dev() to destroy_dev().Poul-Henning Kamp1999-11-081-1/+1
* ulpt.c and ums.c already uses make_dev(), so there's no need to use thePeter Wemm1999-11-081-2/+1
* Add make_dev and remove_dev.Nick Hibma1999-10-071-0/+7
* Remove the last bits and pieces left over from porting the driverNick Hibma1999-10-071-27/+9
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Typo: 'x' should be 'y' (only affects debugging output)Nick Hibma1999-09-011-1/+1
* Remove NetBSD specific code. USB part is trivial, and the rest is notNick Hibma1999-08-281-79/+0
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-281-1/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-2/+2
* 1) Add non-blocking I/O on readNick Hibma1999-06-131-6/+32
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-4/+19
* When the mouse is being disconnected, do the followings:Nick Hibma1999-05-301-4/+14
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-091-1/+1
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Z direction was upside down.Nick Hibma1999-05-011-2/+6
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-5/+1
* 1) Make debugging more selective.Nick Hibma1999-04-111-6/+6
* make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf.Nick Hibma1999-02-211-57/+111
* Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2)Nick Hibma1999-02-151-0/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* forgotten in previous commit: Lowered default debug levelNick Hibma1999-01-221-1/+1
* Fixed disconnect for umouseNick Hibma1999-01-221-2/+7
* Cleaning up, improving _detach, removing ominous warning (msmith)Nick Hibma1999-01-211-9/+22
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-141-1/+1
* 1) textual changesNick Hibma1999-01-121-48/+24