2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Negative magnitudes are no longer supported.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4518 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-06-29 08:16:24 +00:00
parent c1319becae
commit 1de056f9bf

View File

@@ -134,9 +134,7 @@ typedef struct sensors_bus {
SENSORS_MODE_RW, for unaccessible, readable, writable, and both readable
and writable.
scaling is the number of decimal points to scale by.
Divide the read value by 10**scaling to get the real value.
Scaling can be positive or negative but negative values aren't
very useful because the driver can scale that direction itself. */
Divide the read value by 10**scaling to get the real value. */
typedef struct sensors_chip_feature {
sensors_feature_data data;
int scaling;