commit | ae11cfc8df60667266269b240b5961bd22cf4fdc | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Tue May 07 15:01:20 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Tue May 07 15:21:59 2019 -0700 |
tree | da2063b87464aa641b4055335bc673e893cac510 | |
parent | bdbde9679fb295578955550d54db20d3775f888c [diff] |
ExitAir: Limit error prints This was spamming the logs on systems with FP disconnected. Tested: Less logs were there Change-Id: I0b6ae204c4052317f1200d3adf89d81e518756f2 Signed-off-by: James Feist <james.feist@linux.intel.com>
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access