diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-01-11 05:27:30 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-01-11 05:27:30 +0000 |
commit | a31d1ff13cd8d70944a6446c0e2478d7f25b53e7 (patch) | |
tree | 95e0f475d5a1ebb20845d0809fdc2d15875b2ea9 /Bindings/thermal/thermal.txt | |
parent | 0bf7de3125ed8dcfbeaa112994b25101fa9b96c6 (diff) | |
download | src-a31d1ff13cd8d70944a6446c0e2478d7f25b53e7.tar.gz src-a31d1ff13cd8d70944a6446c0e2478d7f25b53e7.zip |
Notes
Diffstat (limited to 'Bindings/thermal/thermal.txt')
-rw-r--r-- | Bindings/thermal/thermal.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bindings/thermal/thermal.txt b/Bindings/thermal/thermal.txt index eb7ee91556a5..ca14ba959e0d 100644 --- a/Bindings/thermal/thermal.txt +++ b/Bindings/thermal/thermal.txt @@ -152,7 +152,7 @@ Optional property: Elem size: one cell the sensors listed in the thermal-sensors property. Elem type: signed Coefficients defaults to 1, in case this property is not specified. A simple linear polynomial is used: - Z = c0 * x0 + c1 + x1 + ... + c(n-1) * x(n-1) + cn. + Z = c0 * x0 + c1 * x1 + ... + c(n-1) * x(n-1) + cn. The coefficients are ordered and they match with sensors by means of sensor ID. Additional coefficients are |