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
/
i2c
/
ds1631.c
Age
Commit message (
Expand
)
Author
2016-05-12
If writing the control register fails, bail out without attaching any sensors.
Mark Kettenis
2009-08-12
Mark sensor as invalid if the i2c transaction to read its value fails.
Mark Kettenis
2008-04-17
make it more apparent that when we are dealing with 16 bit registers
Theo de Raadt
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-04-10
make this match our code standards
Theo de Raadt
2006-01-19
Replace SENSOR_ADD() macro with a pair of functions
Alexander Yurchenko
2006-01-13
handle all 3 types of chips correctly. go into continuous mode, and
Theo de Raadt
2006-01-13
ds1624 and ds1721 too, horrid horrid horrid chips
Theo de Raadt
2005-12-27
no longer use ia_compat; tested by a few
Theo de Raadt
2005-11-16
driver for maxim ds1631, might work, might not!
Theo de Raadt