2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 08:45:26 +00:00

Disable unit scaling for fan speeds. We want fan speed to be reported as

3000 RPM, not 3.0 kRPM.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5735 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2009-06-09 12:22:11 +00:00
parent 098ae6d2e5
commit a5bb03f300
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ SVN-HEAD
Convert to linux coding style
Cleanup and refactoring of the source code
Don't use the system log when generating a CGI script
Disable unit scaling for fan speeds
sensors-detect: Add nNidia nForce MCP78S SMBus detection
Display Super-I/O address even if LD is disabled
Differentiate between PC8374L and WPCD377I

View File

@@ -366,7 +366,7 @@ static struct gr graphs[] = {
"Fan Speed",
"Speed (RPM)",
"HOUR:1:HOUR:3:HOUR:3:0:%b %d %H:00",
"-s -1d -l 0",
"-s -1d -l 0 -X 0",
0
}, {
DataType_voltage,
@@ -393,7 +393,7 @@ static struct gr graphs[] = {
"Fan Speed",
"Speed (RPM)",
"HOUR:6:DAY:1:DAY:1:86400:%a %b %d",
"-s -1w -l 0",
"-s -1w -l 0 -X 0",
0
}, {
DataType_voltage,