summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ums.c
Commit message (Expand)AuthorAgeFilesLines
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-3/+3
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23)joe2002-04-071-2/+2
* MFNetBSD: Update many URLs.joe2002-04-011-1/+1
* Huge merge from NetBSD:joe2002-03-161-8/+7
* Fixes to make select/poll mpsafe.alfred2002-03-141-0/+2
* Be more specific about when block major numbers disappeared fromjoe2002-03-111-1/+1
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-151-0/+3
* Sync with NetBSD:joe2002-01-021-1/+1
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-5/+5
* KSE Milestone 2julian2001-09-121-5/+5
* Only clear endpoint stall if status was USBD_STALLED.n_hibma2001-09-021-1/+2
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-7/+7
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-20/+20
* More USB ethernet tweaks:wpaul2000-01-201-1/+2
* Revoke the vnodes on detach. This avoids the crashes people have seenn_hibma1999-11-211-4/+6
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-16/+32
* The Qtronix keyboard has a built in PS/2 port for a mouse.n_hibma1999-11-081-52/+100
* Rename remove_dev() to destroy_dev().phk1999-11-081-1/+1
* ulpt.c and ums.c already uses make_dev(), so there's no need to use thepeter1999-11-081-2/+1
* Add make_dev and remove_dev.n_hibma1999-10-071-0/+7
* Remove the last bits and pieces left over from porting the drivern_hibma1999-10-071-27/+9
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Typo: 'x' should be 'y' (only affects debugging output)n_hibma1999-09-011-1/+1
* Remove NetBSD specific code. USB part is trivial, and the rest is notn_hibma1999-08-281-79/+0
* We use device_set_desc_copy, so we do not need to free the copied textn_hibma1999-08-281-1/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-2/+2
* 1) Add non-blocking I/O on readn_hibma1999-06-131-6/+32
* This commit should be a extensive NO-OP:phk1999-05-301-4/+19
* When the mouse is being disconnected, do the followings:n_hibma1999-05-301-4/+14
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-1/+1
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Z direction was upside down.n_hibma1999-05-011-2/+6
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-5/+1
* 1) Make debugging more selective.n_hibma1999-04-111-6/+6
* make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf.n_hibma1999-02-211-57/+111
* Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2)n_hibma1999-02-151-0/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* forgotten in previous commit: Lowered default debug leveln_hibma1999-01-221-1/+1
* Fixed disconnect for umousen_hibma1999-01-221-2/+7
* Cleaning up, improving _detach, removing ominous warning (msmith)n_hibma1999-01-211-9/+22
* Corrected the latent fact that the uhub driver was providing a driver forn_hibma1999-01-141-1/+1
* 1) textual changesn_hibma1999-01-121-48/+24
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-101-8/+15
OpenPOWER on IntegriCloud