| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the hw.usb sysctl tree instead of debug.usb. | joe | 2002-08-08 | 1 | -1/+2 |
* | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | joe | 2002-07-31 | 1 | -3/+3 |
* | Get bored with hard coded debug level variables and introduce a debug.usb | joe | 2002-07-31 | 1 | -0/+3 |
* | MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23) | joe | 2002-04-07 | 1 | -2/+2 |
* | MFNetBSD: Update many URLs. | joe | 2002-04-01 | 1 | -1/+1 |
* | Huge merge from NetBSD: | joe | 2002-03-16 | 1 | -8/+7 |
* | Fixes to make select/poll mpsafe. | alfred | 2002-03-14 | 1 | -0/+2 |
* | Be more specific about when block major numbers disappeared from | joe | 2002-03-11 | 1 | -1/+1 |
* | Re-add bmaj to the cdevsw's, but don't compile it in on -current. | joe | 2002-02-15 | 1 | -0/+3 |
* | Sync with NetBSD: | joe | 2002-01-02 | 1 | -1/+1 |
* | NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too) | joe | 2002-01-02 | 1 | -5/+5 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -5/+5 |
* | Only clear endpoint stall if status was USBD_STALLED. | n_hibma | 2001-09-02 | 1 | -1/+2 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | select() DKI is now in <sys/selinfo.h>. | wollman | 2001-01-09 | 1 | -0/+4 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Initiate deorbit burn sequence for <machine/mouse.h>. | phk | 2000-10-09 | 1 | -1/+1 |
* | Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD | n_hibma | 2000-07-17 | 1 | -7/+7 |
* | Change Lennart's e-mail address. | n_hibma | 2000-05-14 | 1 | -1/+1 |
* | OpenBSD has a broken debugger that does not grok static. Use a | n_hibma | 2000-04-03 | 1 | -20/+20 |
* | More USB ethernet tweaks: | wpaul | 2000-01-20 | 1 | -1/+2 |
* | Revoke the vnodes on detach. This avoids the crashes people have seen | n_hibma | 1999-11-21 | 1 | -4/+6 |
* | Synchronisation with NetBSD as of 1999/11/16: | n_hibma | 1999-11-17 | 1 | -16/+32 |
* | The Qtronix keyboard has a built in PS/2 port for a mouse. | n_hibma | 1999-11-08 | 1 | -52/+100 |
* | Rename remove_dev() to destroy_dev(). | phk | 1999-11-08 | 1 | -1/+1 |
* | ulpt.c and ums.c already uses make_dev(), so there's no need to use the | peter | 1999-11-08 | 1 | -2/+1 |
* | Add make_dev and remove_dev. | n_hibma | 1999-10-07 | 1 | -0/+7 |
* | Remove the last bits and pieces left over from porting the driver | n_hibma | 1999-10-07 | 1 | -27/+9 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Typo: 'x' should be 'y' (only affects debugging output) | n_hibma | 1999-09-01 | 1 | -1/+1 |
* | Remove NetBSD specific code. USB part is trivial, and the rest is not | n_hibma | 1999-08-28 | 1 | -79/+0 |
* | We use device_set_desc_copy, so we do not need to free the copied text | n_hibma | 1999-08-28 | 1 | -1/+1 |
* | Remove cmaj and bmaj args from DEV_DRIVER_MODULE. | phk | 1999-07-04 | 1 | -2/+2 |
* | 1) Add non-blocking I/O on read | n_hibma | 1999-06-13 | 1 | -6/+32 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -4/+19 |
* | When the mouse is being disconnected, do the followings: | n_hibma | 1999-05-30 | 1 | -4/+14 |
* | Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between | phk | 1999-05-09 | 1 | -1/+1 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 1 | -2/+2 |
* | Z direction was upside down. | n_hibma | 1999-05-01 | 1 | -2/+6 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -5/+1 |
* | 1) Make debugging more selective. | n_hibma | 1999-04-11 | 1 | -6/+6 |
* | make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf. | n_hibma | 1999-02-21 | 1 | -57/+111 |
* | Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2) | n_hibma | 1999-02-15 | 1 | -0/+8 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -2/+2 |
* | forgotten in previous commit: Lowered default debug level | n_hibma | 1999-01-22 | 1 | -1/+1 |
* | Fixed disconnect for umouse | n_hibma | 1999-01-22 | 1 | -2/+7 |
* | Cleaning up, improving _detach, removing ominous warning (msmith) | n_hibma | 1999-01-21 | 1 | -9/+22 |
* | Corrected the latent fact that the uhub driver was providing a driver for | n_hibma | 1999-01-14 | 1 | -1/+1 |
* | 1) textual changes | n_hibma | 1999-01-12 | 1 | -48/+24 |
* | Sync with NetBSD sources. Almost there. Mostly style fixes. | n_hibma | 1999-01-10 | 1 | -8/+15 |