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
2022-03-28
uhidev(9): Make uhidev state opaque.
riastradh
2022-03-28
uhidev(9): Get the device and interface through attach args.
riastradh
2021-10-01
use quirk bit for devices that need sc_alwayson instead of adding yet another
macallan
2021-02-03
I have a cheap USB optical mouse (CHICONY product 0x0939, also known
thorpej
2020-10-10
For absolute pointers, report min/max X and Y values using
jmcneill
2020-04-12
further tweaks for USB_PRODUCT_MICROSOFT_24GHZ_XCVR80 from PR kern/55161
jdolecek
2020-04-11
enable the workaround for Microsoft transceiver v8.0 too - PR kern/55161
jdolecek
2020-01-03
Add a quirk for the HAILUCK USB keyboard / touchpad device with product 1e.
jmcneill
2019-12-01
localify
maxv
2019-08-10
Initialize tcpalib for ums devices.
yhardy
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
[next]