summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ums.c
AgeCommit message (Expand)Author
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-02-29Distinguish between device and interface classes.augustss
2000-02-02Generate usb events on attach and detach.augustss
2000-01-19Add an argument to usbd_open_pipe_intr() to specify the polling intervalaugustss
2000-01-08Absolute pointing device support.takemura
1999-12-24Reverse the sign on the wheel data. I got it wrong from the start.augustss
1999-11-26Cosmetic changes.augustss
1999-11-15Add quirk for speakers that pretend to support the audio class, but don't.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-09-12Dot't forget to deactivate subdevices.augustss
1999-09-05Change the way the `struct device' base part of all driver softc areaugustss
1999-09-04Change the way the direction is extracted from the endpoint descriptor.augustss
1999-08-28Change some 'struct device' to 'bdevice'. From FreeBSD.augustss
1999-08-23Make sure to mark the device as dying already in the (de)activate routine.augustss
1999-08-16Get rid of FreeBSD code; there was so little to share in this driveraugustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
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