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
2008-05-24
Split device_t and softc for all USB device drivers, and related cosmetic
cube
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-18
Use device_t and its accessor functions.
dyoung
2007-12-11
Register with pmf
jmcneill
2007-12-01
aprintify, on behalf of xtraeme
jmcneill
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-11-12
Tidy away wsmouse_input() abstractions and update
plunky
2006-10-12
- sprinkle __unused on function decls.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-11-23
If a mouse has both a wheel and a Z direction we report both.
augustss
2005-11-23
Look for a wheel before looking for a Z dir. This makes Apple's
augustss
2005-08-13
Support more than 7 buttons for USB mice. Patch from kern/30248
jmcneill
2003-03-11
Update URLs for the HID spec.
augustss
2002-09-23
Don't return a value in a void function.
simonb
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-07-11
Get rid of trailing white space.
augustss
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-12-31
Make a typedef for struct proc to make portingeasier.
augustss
2001-12-29
Add a debug message.
augustss
2001-12-28
Introduce an extra driver level for HID devices, uhidev. This uhidev driver
augustss
2001-11-13
add RCSIDs
lukem
2001-11-07
Fix a bug in the DIAGNOSTIC version of the detach.
augustss
2001-10-28
Add a DIAGNOSTIC test.
augustss
2001-10-26
s/usbd_alloc_report_desc/usbd_read_report_desc/
augustss
2001-10-25
Fix pasto. From Andreas Johansson <ajo@rockstorm.se>.
augustss
2001-01-23
Make sure driver attach/detach events are generated in a consistent manner.
augustss
2000-12-29
Update many URLs.
augustss
2000-10-08
Don't use a plural `s' if there is only one button.
augustss
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
[next]