Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-12 | Mark sensor as invalid if the i2c transaction to read its value fails. | Mark Kettenis | |
ok deraadt@ | |||
2008-04-17 | make it more apparent that when we are dealing with 16 bit registers | Theo de Raadt | |
(not a series of 8 bit registers), the bytes come off the wire in big-endian order | |||
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne | |
kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@ | |||
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt | |
of new fields in the future is less disruptive. This is done similar to how struct proc is handled for ps(1). ok jmc (man page changes) tested fkr simon, and more suggestions from millert | |||
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 | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
2006-01-13 | handle all 3 types of chips correctly. go into continuous mode, and | Theo de Raadt | |
start the chips right (two kinds of start sequences). then get the temperature readings correctly, including negative temperatures. done with grange. pity the poor russian with only the lowest of the low end i2c chips | |||
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 | |