commit | a2cec8ca2444777a15fa3d76295416dd1a01ef37 | [log] [tgz] |
---|---|---|
author | Zbigniew Kurzynski <zbigniew.kurzynski@intel.com> | Fri Apr 03 15:07:20 2020 +0200 |
committer | Zbigniew Kurzynski <zbigniew.kurzynski@intel.com> | Tue Apr 07 05:20:57 2020 +0000 |
tree | 5ee33fc3ef8cd8a6d6d70c402625338a6612dcb2 | |
parent | f5709b4b8b7b7e673025a73025f31e2f3ddfd394 [diff] |
Fixing typo in option disabling CPU sensors Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com> Change-Id: Id54e75ce2fc42881cae38636474c2e5d54c7dbdd
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