index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ums.c
Age
Commit message (
Expand
)
Author
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-04-27
Change my email address.
augustss
2000-03-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-02-29
Distinguish between device and interface classes.
augustss
2000-02-02
Generate usb events on attach and detach.
augustss
2000-01-19
Add an argument to usbd_open_pipe_intr() to specify the polling interval
augustss
2000-01-08
Absolute pointing device support.
takemura
1999-12-24
Reverse the sign on the wheel data. I got it wrong from the start.
augustss
1999-11-26
Cosmetic changes.
augustss
1999-11-15
Add quirk for speakers that pretend to support the audio class, but don't.
augustss
1999-11-12
A number of stylistic changes to increase readability (many suggested
augustss
1999-10-13
Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
augustss
1999-09-12
Dot't forget to deactivate subdevices.
augustss
1999-09-05
Change the way the `struct device' base part of all driver softc are
augustss
1999-09-04
Change the way the direction is extracted from the endpoint descriptor.
augustss
1999-08-28
Change some 'struct device' to 'bdevice'. From FreeBSD.
augustss
1999-08-23
Make sure to mark the device as dying already in the (de)activate routine.
augustss
1999-08-16
Get rid of FreeBSD code; there was so little to share in this driver
augustss
1999-08-14
Some changes from FreeBSD (no functional differences).
augustss
1999-06-30
Totally redo the way device detach is done. It now uses a kernel event
augustss
1999-06-26
Add a quirk for mice with reversed Z-axis.
augustss
1999-05-09
Call ws routines at spltty() from interrupt routines.
augustss
1999-01-12
Fix Z axis buglet.
augustss
1999-01-10
Some minor updates from FreeBSD.
augustss
1999-01-10
Update/add URLs to relevant USB specs.
augustss
1999-01-08
Various little fixes from the FreeBSD version.
augustss
1998-12-30
Remove #include that slipped in at FreeBSD merge.
augustss
1998-12-30
Add a special wsmouse type for USB mice.
augustss
1998-12-26
Merge changes to make the USB stack work with FreeBSD. The original
augustss
1998-12-10
Take care of some lines > 80 chars.
augustss
1998-12-09
Improvement to the ugen driver.
augustss
1998-12-02
Even shorter printfs at attach.
augustss
1998-12-02
Avoid wrapping lines in attach printfs.
augustss
1998-11-25
Make the copyright header conform to the NetBSD template.
augustss
1998-11-21
Fix some typos.
augustss
1998-10-01
Don't include <machine/mouse.h>. Some platforms (e.g. alpha) don't one.
matt
1998-08-01
Make sure to abort the interrupt pipe on disconnect of a mouse or keyboard.
augustss
1998-07-29
Add functions to execute asynchronous requests and use these from
augustss
1998-07-28
Support for USB mice with Z axis or wheel.
augustss
1998-07-27
add zero z axis argument
drochner
1998-07-27
Make ums attach to wsmouse only.
augustss
1998-07-25
Provide wsmouse attachment for the USB mouse driver.
augustss
1998-07-24
Punt if the mouse reports absolute coordinates.
augustss
1998-07-12
Add USB support. Supported so far:
augustss