aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ums.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23)Josef Karthauser2002-04-071-2/+2
* MFNetBSD: Update many URLs.Josef Karthauser2002-04-011-1/+1
* Huge merge from NetBSD:Josef Karthauser2002-03-161-8/+7
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-0/+2
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-111-1/+1
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.Josef Karthauser2002-02-151-0/+3
* Sync with NetBSD:Josef Karthauser2002-01-021-1/+1
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)Josef Karthauser2002-01-021-5/+5
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Only clear endpoint stall if status was USBD_STALLED.Nick Hibma2001-09-021-1/+2
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-1/+1
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDNick Hibma2000-07-171-7/+7
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-20/+20
* More USB ethernet tweaks:Bill Paul2000-01-201-1/+2
* Revoke the vnodes on detach. This avoids the crashes people have seenNick Hibma1999-11-211-4/+6
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-16/+32
* The Qtronix keyboard has a built in PS/2 port for a mouse.Nick Hibma1999-11-081-52/+100