commit | 7d7579f85e8dcf46411f6604b31a437496514811 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Sep 02 14:13:08 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Wed Sep 02 14:13:08 2020 -0700 |
tree | 807cbb1d0c96c035fe1fde6fe2b080b190dea072 | |
parent | 105a19754f003956def5934612b1de86225a4bc1 [diff] |
Removed unused variables Change-Id: I589b9cdd6564747945bd88923b1c7dd35ff4fa47 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