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.c
Age
Commit message (
Expand
)
Author
2022-11-04
Back out r1.82 ("Do not explicitly set the HID Report Protocol upon attach")
jmcneill
2022-03-28
uhidev(9): Assert uhidev is open when writing.
riastradh
2022-03-28
uhidev(9): Define UHIDEV_MAXREPID = 255.
riastradh
2022-03-28
uhidev(9): Omit needless sc_dying.
riastradh
2022-03-28
uhidev(9): Make uhidev state opaque.
riastradh
2022-03-28
uhidev(9): Fix race between uhidev_close and uhidev_intr.
riastradh
2022-03-28
uhidev(9): Refactor error branch to use one label.
riastradh
2022-03-28
uhidev(9): Make some private functions static and fix comment.
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
2022-02-09
Do not explicitly set the HID Report Protocol upon attach, some devices
jakllsch
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-11-29
usb: Overhaul uhid(4) and uhidev(4) locking.
riastradh
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2019-12-06
localify
maxv
2019-05-05
remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h
mrg
2018-11-15
Correctly handle signed/unsigned quantities in kernel HID parser.
jakllsch
2017-12-10
Factor out bus-independant HID code so that it can be shared by USB, bluetooth
bouyer
2017-09-02
Support some Wacom pen tablets:
ryoon
2017-08-13
Always try to set USB HID devices into Report Protocol. (Unless the
jakllsch
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2016-12-04
Whitespace
skrll
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-04-30
Make #if 0 code that sets the protocol mode compilable.
jakllsch
2016-04-27
Pull in opt_usb.h in _KERNEL_OPT case for various *_DEBUG options.
jakllsch
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-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2014-06-17
PR/48908: Cannot open /dev/uhid? when another report id at the same uhidev
skrll
2013-12-26
from "Just a Normal Person", make sure that we set things to NULL after
christos
2013-10-05
Trailing whitespace.
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-12-23
Revert previous due to active usbmp branch(es).
jakllsch
2011-12-22
Adjust-away inconsistent and trailing whitespace.
jakllsch
2011-10-25
enable Sony's Six Axis and DualShock 3 USB controllers
aymeric
2011-07-30
add support for game controllers in "XInput" mode, they are basically
jmcneill
2011-07-20
Fix PR kern/42570
ryoon
2011-01-29
kern/44483: Support for WACOM Graphire2 ET-0405A-U graphics tablet.
tsutsui
2010-11-03
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
dyoung
2010-01-12
Adjust report descriptor for Logitech USB Receiver M/N C-BT44 to
jakllsch
2009-12-30
The Dell DRAC5 gives us a zero-length report immediately following
jakllsch
2009-11-12
Simplify activation hooks. (sc_dying must die!)
dyoung
[next]