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
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