summaryrefslogtreecommitdiffstats
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 thethompsa2009-02-231-972/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* sc->sc_ibuf should be malloc'ed after quirks applied, askaiw2008-08-181-6/+7
* Re-add Microsoft Intellimouse 2.0 TWHEEL quirk.kaiw2008-08-181-0/+3
* Add support for Microsoft Notebook Optical Mouse 3000 Model 1049.kaiw2008-04-301-0/+20
* Partially revert 1.95. It changed the probe for a mouse device to onlyjhb2008-03-121-1/+4
* Sync with rev 1.63 of NetBSD's ums.c:rpaulo2007-12-261-14/+49
* ums(4) does not work if the mouse defaults to boot protocol. Forceimp2007-07-251-0/+8
* Add support for various MS Wirless usb mice. the patch is fromimp2007-06-291-4/+36
* Latest round of usb cleanups:imp2007-06-211-23/+37
* s/logprintf/printf/gimp2007-06-201-2/+2
* Expand usb_port.h macros.imp2007-06-181-0/+1
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forimp2007-06-131-5/+0
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-2/+4
* Eliminate usb_thread_t.imp2007-06-121-4/+4
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-10/+10
* Remove devinfo junk.imp2007-06-091-3/+1
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-3/+0
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codebrueffer2007-05-121-8/+0
* Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and themarkus2007-01-171-3/+4
* More removing compatibility macros.imp2006-09-071-11/+11
* s/Static/static/gimp2006-09-061-20/+20
* Sync the type (and size, compare mousestatus_t in /usr/include/sys/mouse.h)netchild2005-12-291-1/+1
* Merge NetBSD rev. 1.61:netchild2005-12-291-1/+1
* Fix two bugs that interacted to cause page faults in softclock()iedowse2005-08-041-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-2/+1
* Include fcntl.hphk2004-12-221-2/+2
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreimp2004-12-131-1/+2
* Crank down the lame-o-matic a notch by moving the = inside the /* */ ratherimp2004-12-131-1/+1
* Try make code for teh M$ Intellimouse less obtrusivejulian2004-12-131-11/+24
* Don't export the 'dt' field as that would break the exisiting ABI.julian2004-12-131-4/+5
* Add support for USB Microsoft Intellimousejulian2004-12-121-21/+50
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-3/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Update URL to HID spec.le2004-05-231-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Make it easier to run this code on RELENG_4.joe2003-10-041-0/+4
* I don't know from where the notion that device driver should orphk2003-09-281-5/+0
* Implement the last commit properly.joe2003-08-251-0/+3
* Fix the cdevsw compatibility for -stable.joe2003-08-251-3/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* WARNING: white space diffjmg2003-07-041-13/+13
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* 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
OpenPOWER on IntegriCloud