commit | abf29700c8024fcf1b90cf42d678b51243173e40 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Dec 19 14:37:18 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Wed Jan 02 11:56:22 2019 -0800 |
tree | 3b35d19fde4ff13e8b674b6906d6525c267155b3 | |
parent | 2511c09b1d96d7c842482a4fe28eafbc89cc4b7f [diff] |
fan_speed: add underscore prefix to members Add underscore prefix to members for fan_speed object. Change-Id: I9a3c444fe31ffc4f15e15eefc15dc652d3b209f1 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.