public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Feuerer <peter@piie.net>
To: mjg@redhat.com
Cc: Borislav Petkov <bp@alien8.de>,
	linux-kernel@vger.kernel.org,
	Borislav Petkov <petkovbb@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH 3/3] acerhdf: Lowered default temp fanon/fanoff values
Date: Sun, 16 Oct 2011 11:44:23 +0200	[thread overview]
Message-ID: <20111016114423.2df6271c.peter@piie.net> (raw)
In-Reply-To: <20111016114251.a710b196.peter@piie.net>

From: Peter Feuerer <peter@piie.net>

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>
Cc: Borislav Petkov <petkovbb@gmail.com>
Cc: Matthew Garrett <mjg@redhat.com>
---
 drivers/platform/x86/acerhdf.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/platform/x86/acerhdf.c b/drivers/platform/x86/acerhdf.c
index f15e320..833c0ec 100644
--- a/drivers/platform/x86/acerhdf.c
+++ b/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];
-- 
1.7.7


  reply	other threads:[~2011-10-16  9:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-14 21:40 [PATCH 1/2] acerhdf: add support for Aspire 1410 BIOS v1.3314 Peter Feuerer
2011-10-14 21:43 ` [PATCH 2/2] acerhdf: Add support for new hardware Peter Feuerer
2011-10-15 22:32   ` Borislav Petkov
2011-10-15 23:28     ` Peter Feuerer
2011-10-16  8:43       ` Borislav Petkov
2011-10-16  9:38         ` Peter Feuerer
2011-10-16  9:41         ` [PATCH 1/3] acerhdf: add support for Aspire 1410 BIOS v1.3314 Peter Feuerer
2011-10-16  9:42           ` [PATCH 2/3] acerhdf: Add support for new hardware Peter Feuerer
2011-10-16  9:44             ` Peter Feuerer [this message]
2011-10-17 12:13               ` [PATCH 3/3] acerhdf: Lowered default temp fanon/fanoff values Borislav Petkov
2011-11-05 10:58               ` [PATCH RESEND 1/3] acerhdf: add support for Aspire 1410 BIOS v1.3314 Peter Feuerer
2011-11-05 10:59                 ` [PATCH RESEND 2/3] acerhdf: Add support for new hardware Peter Feuerer
2011-11-05 11:00                   ` [PATCH RESEND 3/3] acerhdf: Lowered default temp fanon/fanoff values Peter Feuerer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111016114423.2df6271c.peter@piie.net \
    --to=peter@piie.net \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mjg@redhat.com \
    --cc=petkovbb@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox