index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
utrh.c
Age
Commit message (
Expand
)
Author
2020-02-25
Prevent buffer overflows by not assuming the report length, given by
Martin Pieuchot
2019-11-12
Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).
Martin Pieuchot
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming all
Martin Pieuchot
2016-01-09
revert manual additions of hid.h now that usbhid.h brings it in
Joshua Stein
2016-01-08
Move HID support files out of dev/usb into new dev/hid directory
Joshua Stein
2014-12-11
Change uhidev(4) set/get report functions in various way.
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-05-07
Make sure to call uhidev_close() upon detach for every HID driver calling
Martin Pieuchot
2014-04-15
Modify the uhidev_*_report() methods to always take a report ID argument
Martin Pieuchot
2014-03-19
Add a temporary hack to let a subdriver claim all the reportIDs of
Martin Pieuchot
2014-03-07
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
Martin Pieuchot
2013-08-17
Remove unnecessary activate functions and unused DPRINTFN macros.
Stuart Henderson
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2010-12-19
- use usb_lookup(), these should be the last drivers that rolled their own
Jasper Lievisse Adriaanse
2010-09-24
remove dying flag in detach() function.
Yojiro Uo
2010-04-15
use SENSOR_HUMIDITY instead of SENSOR_PERCENT.
Yojiro Uo
2010-02-18
do not zero fields which are already zero; from cnst
Theo de Raadt
2009-12-19
fix tsleep parameter
Yojiro Uo
2009-12-18
add utrh(4): USBRH temperature / humidity sensor driver
Yojiro Uo