commit | c9445d8bf25dff817de1c97734c49330ebc4829d | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu Apr 04 08:40:21 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Thu Apr 04 15:41:05 2019 +0000 |
tree | 2a48014a0d5930d99efeedde94053201df6292e6 | |
parent | 18ae22fa178e05ff60285e997ab52c8a578882ec [diff] |
Remove errant debug print It's not an actual error if we don't get the initial power status. We'll just assume power off until we capture the properites changed event. Change-Id: If68c17516fa9f0b012ac5e8679adaa087fe489fd 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