Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-31 | don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@ | Constantine A. Murenin | |
2007-07-31 | change sensor type: if .value can only ever be 0 or 1, .type should be indicator | Constantine A. Murenin | |
2007-07-31 | remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@ | Constantine A. Murenin | |
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-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat | |
2007-04-09 | Remove unused prototype. | Mark Kettenis | |
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 | |||
2007-01-07 | fcu fans are PWM, express as %; from murenin | Theo de Raadt | |
2007-01-05 | when i2c_dumping, instead of just skipping 0xff value registers, | Theo de Raadt | |
skip the most common value read (which is often 0xff anyways) | |||
2006-12-31 | correct the code to handle the adt7475, which stupidly is missing some | Theo de Raadt | |
of the registers.... tested by dhartmei and others | |||
2006-12-26 | The adt7475 has a fixed address of 0x2e. | Mark Kettenis | |
ok deraadt@ | |||
2006-12-26 | support adt7475; tested by dhartmei | Theo de Raadt | |
2006-12-25 | identify adt7475 | Theo de Raadt | |
2006-12-24 | normally hardware engineers call it Vcc not VCC | Theo de Raadt | |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt | |
2006-11-20 | Fix register number definitions. | Mark Kettenis | |
ok deraadt@ | |||
2006-11-20 | Add support for LM63. | Mark Kettenis | |
tested by niklas@ | |||
2006-11-19 | Probe for National Semiconductor LM63. | Mark Kettenis | |
2006-11-19 | Probe for Myson MTP008. | Mark Kettenis | |
2006-11-14 | Fix typos. From Pierre Riteau <pierre.riteau at free dot fr>. | Mark Kettenis | |
2006-11-01 | lm75 scoring should not show up in verbose | Theo de Raadt | |
2006-09-26 | re-enable I2C_VERBOSE | Jonathan Gray | |
ok deraadt@ | |||
2006-08-29 | #undef I2C_VERBOSE | Mark Kettenis | |
ok deraadt@ | |||
2006-08-26 | Cleanup. Add config flag to make fans blast at full speed. | Mark Kettenis | |
ok drahn@ | |||
2006-08-19 | handle lm75a; matt@bodgit-n-scarper.com | Theo de Raadt | |
2006-08-18 | probe for the lm75a, meaning that the lm75/lm75a/lm77 probe routine must | Theo de Raadt | |
become quite complicated. work done by matt@bodgit-n-scarper.com after i explained how daft these devices are | |||
2006-07-20 | Add support for Analog Devices ADM1023 (and ADM1021A). | Mark Kettenis | |
2006-07-15 | Add support for Genesys Logic GL523SM and Global Mixed-mode Technology G781. | Mark Kettenis | |
tested by fgs@ and Stuart Henderson. | |||
2006-07-12 | spacing | Theo de Raadt | |
2006-07-12 | Add missing break. | Mark Kettenis | |
2006-07-12 | Sort switch statements by vendor ID. | Mark Kettenis | |
2006-06-27 | match pca9555 as a name too | Theo de Raadt | |
2006-06-21 | pretty code, shorten it, etc, ok drahn | Theo de Raadt | |
2006-06-19 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis | |
2006-06-17 | Better checks to avoid attaching when device is not present. | Dale Rahn | |
2006-06-17 | Driver for the Philips PCA9532 LCD dimmer controller, found on thecus. | Dale Rahn | |
2006-06-15 | Fan controller for Thecus N2100, still needs more work, currently sets the | Dale Rahn | |
fan so it is running. The nice auto fan speed isn't working currently. Also gives temperature sensors. | |||
2006-06-15 | Ricoh rtc support for armish, driver from netbsd. | Dale Rahn | |
2006-06-14 | teach it fintek f75375; half by drahn | Theo de Raadt | |
2006-05-14 | Add abstraction for resistor factors; makes it easier to compare them to | Mark Kettenis | |
the datasheets. Fix a few bugs in the handling of voltage sensors. From Constantine Murenin <mureninc@gmail.com>. | |||
2006-04-30 | incorporate feedback from kettenis@: fix init of sc_temp_invalid for LM90, | Damien Miller | |
make sc_temp_invalid an array and set 0x7f as an invalid reading for the Maxim 6690 too | |||
2006-04-30 | support the Maxim 6657, 6658 and 6659 parts, which are register-wise | Damien Miller | |
identical to the Maxim 6690. Also fixes a bug which caused Maxim 6642 parts to be mishandled; ok deraadt@ | |||
2006-04-29 | bring back skip_fc SMI workaround for max6657 chips; ok kettenis@ | Damien Miller | |
2006-04-17 | Reorganize the 0xfe vendor register block, adding new devices and tightening | Mark Kettenis | |
checks on existing devices. "slap it in" deraadt@ | |||
2006-04-17 | looks like 0x20 on sch5017 is a 5v input, not 2.5v | Theo de Raadt | |
2006-04-14 | fix +12v conversion, because of stupid C; wilfried | Theo de Raadt | |
2006-04-13 | various changes to the table-driven code as a result of conversations | Theo de Raadt | |
with wilfried. unfortunately days have gone by without him (or others) saying that it works fine. in it goes. maybe it will crash for someone? | |||
2006-04-10 | sch5017 is an adt7460 clone of some type. also, we are seeing some | Theo de Raadt | |
ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman | |||
2006-04-10 | make this match our code standards | Theo de Raadt | |
2006-04-10 | new sch5017 driver by roman.hunt@comcast.net | Theo de Raadt | |