commit | cee4ef2ffeee2dab16eeb015d0b38a35e126fb26 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu Apr 04 11:04:08 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Thu Apr 04 11:04:08 2019 -0700 |
tree | 648ba919911a931559c39c667a705ac78709344b | |
parent | c9445d8bf25dff817de1c97734c49330ebc4829d [diff] |
Remove other errant debug print Same story as last debug print. Change-Id: I7cca5188b33695df59578afd36b4f4fc8480edbf 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