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
2020-10-15
Pull up following revision(s) (requested by jmcneill in ticket #1112):
martin
2020-01-21
Fix another patch mishap from ticket #616
martin
2020-01-21
Fix misapplied patch in previous (ticket #616)
martin
2020-01-21
Pull up following revision(s) (requested by mrg in ticket #616):
martin
2019-05-05
remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h
mrg
2018-12-29
Enable the same workaround as
maya
2017-12-10
Factor out bus-independant HID code so that it can be shared by USB, bluetooth
bouyer
2016-04-27
Pull in opt_usb.h in _KERNEL_OPT case for various *_DEBUG options.
jakllsch
2016-04-23
Merge nick-nhusb
skrll
2016-01-25
PR/50701: Martijn van Buul: Adjust MS Confort Mouse 6000
christos
2014-01-25
close uhidev only when it was successfully opened.
mlelstv
2013-01-05
fix debug variables.
christos
2013-01-05
- need opt_usb.h if depending on USB_DEBUG
christos
2012-04-30
kern/46391: Nat Sloss: ums.c doesn't support digitizers or touchscreens
christos
2011-12-23
Revert previous due to active usbmp branch(es).
jakllsch
2011-12-22
Adjust-away inconsistent and trailing whitespace.
jakllsch
2010-11-03
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
dyoung
2010-01-14
Make ums.c work with a "Microsoft Natural Ergonomic Desktop 7000" mouse.
matthias
2010-01-12
Avoid treating the Griffin PowerMate knob as a ums(4).
jakllsch
2009-12-30
Apply patch from Matthias Pfaller in PR/42546.
jakllsch
2009-11-27
Add support for USB HID devices that report absolute coordinates instead
mbalmer
2009-11-12
Simplify activation hooks. (sc_dying must die!)
dyoung
2009-11-06
Fix kern/41737 -- add quirks to make MS Wireless Laser Mouse 6000 work.
rafal
2009-03-09
These don't need <sys/tty.h>.
uebayasi
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
[next]