commit | 49a8ccd6713364e9e79ae6334c168aafb69991e0 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Sep 16 16:09:52 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Tue Sep 29 23:10:11 2020 +0000 |
tree | 9eb06b6aec3f46c89e152bdf762317d506556e30 | |
parent | f57836bdc697ebf836c041ed990c617579aa25cf [diff] |
Add LED Support to Fan Sensor This allows the fan sensor to trip an LED when a critical threshold is crossed. Tested: Saw LED d-bus object in Group manager get set using sensor override Change-Id: Iab5a69ded20de6e3ac99e9ac687c60605d5763d1 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