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
/
uthum.c
Age
Commit message (
Expand
)
Author
2013-09-28
Fix the message of uthum(4)'s calibration offset is incorrect
sasano
2013-05-08
Move reset commands from that attach path to an own function.
Marcus Glocker
2013-05-08
re-commit uthum_activate() removal, now that uhidev(4) can handle it.
Stuart Henderson
2013-05-04
revert uthum_activate removal, it is needed in the detach path as found the
Stuart Henderson
2013-05-04
- remove unused DPRINTFN, simple DPRINTF is enough
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-09-24
remove dying flag in detach() function.
Yojiro Uo
2010-04-20
some misc cleanup of dmesg
Theo de Raadt
2010-04-20
start the sensors off invalid... ok yuo
Theo de Raadt
2010-04-16
fix condition of retry counter.
Yojiro Uo
2010-04-15
spacing
Theo de Raadt
2010-04-15
add yet another TEMPerHUM device identifier.
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
2010-02-17
change constant of convert formulra of SHT1X sensor to fit
Yojiro Uo
2010-01-03
delete unused variable
Theo de Raadt
2009-12-17
fix softc structure to fit as uhid sub device.
Yojiro Uo
2009-12-10
various bits of knf; ok yuo
Theo de Raadt
2009-11-29
On any sensor the SENSOR_FINVALID flag indicates whether we are able to
Theo de Raadt
2009-11-24
Toggle SENSOR_FINVALID based on sensor data validity
Theo de Raadt
2009-11-23
Add uthum(4) device driver for TEMPerHUM USB temperature and
Yojiro Uo