All of lore.kernel.org
 help / color / mirror / Atom feed
From: Reinhard Nissl <rnissl@gmx.de>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] PATCH: update sensors-detect for Intel Core i7 CPUs
Date: Sat, 13 Dec 2008 17:29:02 +0000	[thread overview]
Message-ID: <4943F0DE.9000804@gmx.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

Hi,

the attached patch adds a further model number to sensors-detect
for having this new CPUs detected. Tested with I7-965 CPU.

Signed-off-by: Reinhard Nissl <rnissl@gmx.de>

Bye.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@gmx.de

[-- Attachment #2: detect_corei7.patch --]
[-- Type: text/x-patch, Size: 454 bytes --]

Index: prog/detect/sensors-detect
===================================================================
--- prog/detect/sensors-detect	(Revision 5562)
+++ prog/detect/sensors-detect	(Arbeitskopie)
@@ -4940,7 +4940,8 @@
 				($probecpu->{model} == 14 ||
 				 $probecpu->{model} == 15 ||
 				 $probecpu->{model} == 0x16 ||
-				 $probecpu->{model} == 0x17)) {
+				 $probecpu->{model} == 0x17 ||
+				 $probecpu->{model} == 0x1a)) {
 			return 9;
 		}
 	}

[-- Attachment #3: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

             reply	other threads:[~2008-12-13 17:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-13 17:29 Reinhard Nissl [this message]
2008-12-13 18:52 ` [lm-sensors] PATCH: update sensors-detect for Intel Core i7 CPUs Jean Delvare

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=4943F0DE.9000804@gmx.de \
    --to=rnissl@gmx.de \
    --cc=lm-sensors@vger.kernel.org \
    /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 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.