All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] acerhdf-lowered-default-temp-fanon-fanoff-values.patch removed from -mm tree
@ 2012-04-27 19:35 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2012-04-27 19:35 UTC (permalink / raw)
  To: peter, mjg, petkovbb, mm-commits


The patch titled
     Subject: acerhdf: lowered default temp fanon/fanoff values
has been removed from the -mm tree.  Its filename was
     acerhdf-lowered-default-temp-fanon-fanoff-values.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
From: Peter Feuerer <peter@piie.net>
Subject: acerhdf: lowered default temp fanon/fanoff values

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 <peter@piie.net>
Acked-by: Borislav Petkov <petkovbb@gmail.com>
Cc: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/platform/x86/acerhdf.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/platform/x86/acerhdf.c~acerhdf-lowered-default-temp-fanon-fanoff-values drivers/platform/x86/acerhdf.c
--- a/drivers/platform/x86/acerhdf.c~acerhdf-lowered-default-temp-fanon-fanoff-values
+++ a/drivers/platform/x86/acerhdf.c
@@ -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];
_

Patches currently in -mm which might be from peter@piie.net are

origin.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-27 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-27 19:35 [merged] acerhdf-lowered-default-temp-fanon-fanoff-values.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.