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
/
uhidev.h
Age
Commit message (
Expand
)
Author
2022-03-28
uhidev(9): Define UHIDEV_MAXREPID = 255.
riastradh
2022-03-28
uhidev(9): Make uhidev state opaque.
riastradh
2022-03-28
uhidev(9): Make uhidev_stop work reliably.
riastradh
2022-03-28
uhidev(9): Move struct uhidev_softc into uhidev.c.
riastradh
2022-03-28
uhidev(9): New uhidev_write_async.
riastradh
2022-03-28
uhidev(9): Partially fix uhidev_write aborting.
riastradh
2020-11-29
usb: Overhaul uhid(4) and uhidev(4) locking.
riastradh
2019-03-23
use sc_lock not sc_access_lock to check UHIDEV_OPEN.
mrg
2016-04-23
Merge nick-nhusb
skrll
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2015-03-07
properly protect uhid's sc_q member with sc_lock. should fix PR#49728.
mrg
2015-02-08
Add Xbox One controller support. Report descriptor from https://github.com/ll...
jmcneill
2014-06-17
PR/48908: Cannot open /dev/uhid? when another report id at the same uhidev
skrll
2013-09-26
Remove usbd_do_request_async. It's callback was calling usbd_free_xfer
skrll
2012-06-10
merge the jmcneill-usbmp branch. many thanks to jared for the
mrg
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-11-19
First step of random number subsystem rework described in
tls
2010-11-03
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
dyoung
2008-05-26
Fix a dereference if a softc pointer which can legally be zero, leading
drochner
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-03-13
Introduce different autoconf interface attributes for USB drivers
drochner
2005-11-23
Normally a ugen device only attaches if no other driver wants the device.
augustss
2005-05-08
Add support for optional interrupt output pipes as described in the
skrll
2004-09-13
a round of autoconf cleanup:
drochner
2002-10-08
Add support for uhidev children (eg, ums, ukbd) as rnd entropy
dan
2001-12-29
Be more paranoid about input sizes.
augustss
2001-12-28
Introduce an extra driver level for HID devices, uhidev. This uhidev driver
augustss