acerhdf: lowered default temp fanon/fanoff values
authorPeter Feuerer <[email protected]>
Wed, 25 Apr 2012 23:01:49 +0000 (16:01 -0700)
committerLinus Torvalds <[email protected]>
Thu, 26 Apr 2012 04:26:34 +0000 (21:26 -0700)
Due to new supported hardware, of which the actual temperature limits of
processor, harddisk and other components are unknown, it feels safer with
lower fanon / fanoff settings.

It won't change much for most people, already using acerhdf, as they use
their own fanon/fanoff variable settings when loading the module.

Furthermore seems like kernel and userspace tools have been improved to
work more efficient and netbooks don't get so hot anymore.

Signed-off-by: Peter Feuerer <[email protected]>
Acked-by: Borislav Petkov <[email protected]>
Cc: Matthew Garrett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/platform/x86/acerhdf.c

index c697d807ea0da924ada6e85d4c22b601fb37eadc..639db4d0aa768ef70f3be5293fc5209c8ba60cb8 100644 (file)
@@ -83,8 +83,8 @@ static int kernelmode;
 #endif
 
 static unsigned int interval = 10;
-static unsigned int fanon = 63000;
-static unsigned int fanoff = 58000;
+static unsigned int fanon = 60000;
+static unsigned int fanoff = 53000;
 static unsigned int verbose;
 static unsigned int fanstate = ACERHDF_FAN_AUTO;
 static char force_bios[16];