commit | 2adc95cb4d9ac879f66aa9ef12a6ce8b7c1578fe | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Mon Sep 30 14:55:28 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Sep 30 14:55:28 2019 -0700 |
tree | bb0f9e46e32bc81d31c503cd82b77dfe31fe7bf8 | |
parent | 92498eb947bff960d642a109e3b606d94f91379a [diff] |
Fix Association interface Mapper changed to only allow the new interface, update to it. Tested: Mapper showed all associations Change-Id: I8b252c70e9f27b083a438393c731fbeb3e2ca0e5 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