commit | 913d4d00c0b31e968fee506298b78bb012ff6a3d | [log] [tgz] |
---|---|---|
author | Bruce Lee <Bruce_Lee@quantatw.com> | Thu Jul 22 10:18:42 2021 +0800 |
committer | Bruce Lee <Bruce_Lee@quantatw.com> | Fri Jul 23 07:59:10 2021 +0800 |
tree | cd585fca855069e8834200cb455a2a626eba97bb | |
parent | 9f59489e62d6d8a6fd299e118bcc0c3b95fc1353 [diff] |
Add setupManufacturingModeMatch Missed adding setupManufacturingModeMatch function in ExitAirTempSensor.cpp Issues from: https://github.com/openbmc/dbus-sensors/issues/14 Signed-off-by: Bruce Lee <Bruce_Lee@quantatw.com> Change-Id: I61ce16342aa0321972f74f705d94f5eb688e40dc
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