summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ums.c
AgeCommit message (Expand)Author
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-06-26Add a quirk for mice with reversed Z-axis.augustss
1999-05-09Call ws routines at spltty() from interrupt routines.augustss
1999-01-12Fix Z axis buglet.augustss
1999-01-10Some minor updates from FreeBSD.augustss
1999-01-10Update/add URLs to relevant USB specs.augustss
1999-01-08Various little fixes from the FreeBSD version.augustss
1998-12-30Remove #include that slipped in at FreeBSD merge.augustss
1998-12-30Add a special wsmouse type for USB mice.augustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-12-10Take care of some lines > 80 chars.augustss
1998-12-09Improvement to the ugen driver.augustss
1998-12-02Even shorter printfs at attach.augustss
1998-12-02Avoid wrapping lines in attach printfs.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-11-21Fix some typos.augustss
1998-10-01Don't include <machine/mouse.h>. Some platforms (e.g. alpha) don't one.matt
1998-08-01Make sure to abort the interrupt pipe on disconnect of a mouse or keyboard.augustss
1998-07-29Add functions to execute asynchronous requests and use these fromaugustss
1998-07-28Support for USB mice with Z axis or wheel.augustss
1998-07-27add zero z axis argumentdrochner
1998-07-27Make ums attach to wsmouse only.augustss
1998-07-25Provide wsmouse attachment for the USB mouse driver.augustss
1998-07-24Punt if the mouse reports absolute coordinates.augustss
1998-07-12Add USB support. Supported so far:augustss