Chromium Code Reviews
Description[sensors](CrOS/Linux) Fix calculations with offset
This cl fixes calculations done with offset value.
Offset value must be added to a raw value and only then multiplied
by a scaling value.
The formula is the following:
processed value = (raw + offset) * scale
BUG=661478
Committed: https://crrev.com/dd28ec07d1c570b21114cfbe2432ce6d3c41f99d
Cr-Commit-Position: refs/heads/master@{#438132}
Patch Set 1 #
Messages
Total messages: 15 (10 generated)
|
||||||||||||||||||||||||||||