| Commit message (Expand) | Author | Age | Files | Lines |
* | Move usb to a graveyard location under sys/legacy/dev, it is intended that the | Andrew Thompson | 2009-02-23 | 1 | -972/+0 |
* | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -1/+1 |
* | sc->sc_ibuf should be malloc'ed after quirks applied, as | Kai Wang | 2008-08-18 | 1 | -6/+7 |
* | Re-add Microsoft Intellimouse 2.0 TWHEEL quirk. | Kai Wang | 2008-08-18 | 1 | -0/+3 |
* | Add support for Microsoft Notebook Optical Mouse 3000 Model 1049. | Kai Wang | 2008-04-30 | 1 | -0/+20 |
* | Partially revert 1.95. It changed the probe for a mouse device to only | John Baldwin | 2008-03-12 | 1 | -1/+4 |
* | Sync with rev 1.63 of NetBSD's ums.c: | Rui Paulo | 2007-12-26 | 1 | -14/+49 |
* | ums(4) does not work if the mouse defaults to boot protocol. Force | Warner Losh | 2007-07-25 | 1 | -0/+8 |
* | Add support for various MS Wirless usb mice. the patch is from | Warner Losh | 2007-06-29 | 1 | -4/+36 |
* | Latest round of usb cleanups: | Warner Losh | 2007-06-21 | 1 | -23/+37 |
* | s/logprintf/printf/g | Warner Losh | 2007-06-20 | 1 | -2/+2 |
* | Expand usb_port.h macros. | Warner Losh | 2007-06-18 | 1 | -0/+1 |
* | Expand USB_MATCH_START | Warner Losh | 2007-06-17 | 1 | -1/+1 |
* | Remove more __OtherBSD__ ifdefs that don't make sense, and haven't for | Warner Losh | 2007-06-13 | 1 | -5/+0 |
* | Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functional | Warner Losh | 2007-06-13 | 1 | -2/+4 |
* | Eliminate usb_thread_t. | Warner Losh | 2007-06-12 | 1 | -4/+4 |
* | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | Warner Losh | 2007-06-12 | 1 | -10/+10 |
* | Remove devinfo junk. | Warner Losh | 2007-06-09 | 1 | -3/+1 |
* | Remove compat ifdefs for version < 500014 from the rest of the USB files. | Christian Brueffer | 2007-06-07 | 1 | -3/+0 |
* | Remove compat ifdefs for FreeBSD versions < 500014, makes the code | Christian Brueffer | 2007-05-12 | 1 | -8/+0 |
* | Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and the | Markus Brueffer | 2007-01-17 | 1 | -3/+4 |
* | More removing compatibility macros. | Warner Losh | 2006-09-07 | 1 | -11/+11 |
* | s/Static/static/g | Warner Losh | 2006-09-06 | 1 | -20/+20 |
* | Sync the type (and size, compare mousestatus_t in /usr/include/sys/mouse.h) | Alexander Leidinger | 2005-12-29 | 1 | -1/+1 |
* | Merge NetBSD rev. 1.61: | Alexander Leidinger | 2005-12-29 | 1 | -1/+1 |
* | Fix two bugs that interacted to cause page faults in softclock() | Ian Dowse | 2005-08-04 | 1 | -1/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -2/+1 |
* | Include fcntl.h | Poul-Henning Kamp | 2004-12-22 | 1 | -2/+2 |
* | Add sys/uio.h explicitly, and move sys/vnode.h include to be more | Warner Losh | 2004-12-13 | 1 | -1/+2 |
* | Crank down the lame-o-matic a notch by moving the = inside the /* */ rather | Warner Losh | 2004-12-13 | 1 | -1/+1 |
* | Try make code for teh M$ Intellimouse less obtrusive | Julian Elischer | 2004-12-13 | 1 | -11/+24 |
* | Don't export the 'dt' field as that would break the exisiting ABI. | Julian Elischer | 2004-12-13 | 1 | -4/+5 |
* | Add support for USB Microsoft Intellimouse | Julian Elischer | 2004-12-12 | 1 | -21/+50 |
* | Tweak the compatibility macros a little so that the device printing is | Warner Losh | 2004-08-15 | 1 | -3/+1 |
* | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | Warner Losh | 2004-06-27 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -6/+6 |
* | Update URL to HID spec. | Lukas Ertl | 2004-05-23 | 1 | -1/+1 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -2/+0 |
* | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 1 | -2/+2 |
* | Make it easier to run this code on RELENG_4. | Josef Karthauser | 2003-10-04 | 1 | -0/+4 |
* | I don't know from where the notion that device driver should or | Poul-Henning Kamp | 2003-09-28 | 1 | -5/+0 |
* | Implement the last commit properly. | Josef Karthauser | 2003-08-25 | 1 | -0/+3 |
* | Fix the cdevsw compatibility for -stable. | Josef Karthauser | 2003-08-25 | 1 | -3/+0 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
* | WARNING: white space diff | John-Mark Gurney | 2003-07-04 | 1 | -13/+13 |
* | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+7 |
* | Use the hw.usb sysctl tree instead of debug.usb. | Josef Karthauser | 2002-08-08 | 1 | -1/+2 |
* | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | Josef Karthauser | 2002-07-31 | 1 | -3/+3 |
* | Get bored with hard coded debug level variables and introduce a debug.usb | Josef Karthauser | 2002-07-31 | 1 | -0/+3 |