commit | 2511c09b1d96d7c842482a4fe28eafbc89cc4b7f | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Dec 19 14:31:29 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Wed Jan 02 11:56:16 2019 -0800 |
tree | bf9b23541b3c81ff79fe84d8e6d7c84ea5319753 | |
parent | 4d9506ccfa41c3cce67e4cceb650bf81cd8022a7 [diff] |
fan_pwm: add underscore prefix to members Add underscore prefix to members for fan_pwm object. Change-Id: Ic90d20b6e3881e8b7efe08fde3a08607d7bc6a38 Signed-off-by: Patrick Venture <venture@google.com>
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.
To enable the use of Linux features like cgroups prioritization and udev/systemd control, one instance of phosphor-hwmon is intended to be run per hwmon sysfs class instance. This requires an algorithm for selecting a stable, well-known D-Bus busname. The algorithm is <PREFIX>-<ID>.Hwmon<N> where PREFIX is an autoconf configurable prefix (BUSNAME_PREFIX, xyz.openbmc_project by default), ID is a std::hash of the /sys/devices path backing the hwmon class instance, and N is the implemented phosphor-hwmon D-Bus API version.