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:
1
CHANGES
1
CHANGES
@@ -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
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user