aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ums.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-972/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* sc->sc_ibuf should be malloc'ed after quirks applied, asKai Wang2008-08-181-6/+7
* Re-add Microsoft Intellimouse 2.0 TWHEEL quirk.Kai Wang2008-08-181-0/+3
* Add support for Microsoft Notebook Optical Mouse 3000 Model 1049.Kai Wang2008-04-301-0/+20
* Partially revert 1.95. It changed the probe for a mouse device to onlyJohn Baldwin2008-03-121-1/+4
* Sync with rev 1.63 of NetBSD's ums.c:Rui Paulo2007-12-261-14/+49
* ums(4) does not work if the mouse defaults to boot protocol. ForceWarner Losh2007-07-251-0/+8
* Add support for various MS Wirless usb mice. the patch is fromWarner Losh2007-06-291-4/+36
* Latest round of usb cleanups:Warner Losh2007-06-211-23/+37
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* Expand usb_port.h macros.Warner Losh2007-06-181-0/+1
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forWarner Losh2007-06-131-5/+0
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-2/+4
* Eliminate usb_thread_t.Warner Losh2007-06-121-4/+4
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-10/+10
* Remove devinfo junk.Warner Losh2007-06-091-3/+1
* Remove compat ifdefs for version < 500014 from the rest of the USB files.Christian Brueffer2007-06-071-3/+0
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codeChristian Brueffer2007-05-121-8/+0
* Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and theMarkus Brueffer2007-01-171-3/+4
* More removing compatibility macros.Warner Losh2006-09-071-11/+11
* s/Static/static/gWarner Losh2006-09-061-20/+20
* Sync the type (and size, compare mousestatus_t in /usr/include/sys/mouse.h)Alexander Leidinger2005-12-291-1/+1
* Merge NetBSD rev. 1.61:Alexander Leidinger2005-12-291-1/+1
* Fix two bugs that interacted to cause page faults in softclock()Ian Dowse2005-08-041-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+1
* Include fcntl.hPoul-Henning Kamp2004-12-221-2/+2
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreWarner Losh2004-12-131-1/+2
* Crank down the lame-o-matic a notch by moving the = inside the /* */ ratherWarner Losh2004-12-131-1/+1
* Try make code for teh M$ Intellimouse less obtrusiveJulian Elischer2004-12-131-11/+24
* Don't export the 'dt' field as that would break the exisiting ABI.Julian Elischer2004-12-131-4/+5
* Add support for USB Microsoft IntellimouseJulian Elischer2004-12-121-21/+50
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-3/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Update URL to HID spec.Lukas Ertl2004-05-231-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-2/+2
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-041-0/+4
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-281-5/+0
* Implement the last commit properly.Josef Karthauser2003-08-251-0/+3
* Fix the cdevsw compatibility for -stable.Josef Karthauser2003-08-251-3/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* WARNING: white space diffJohn-Mark Gurney2003-07-041-13/+13
* 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