From 07939db6c7c7833fe1ac033653817641b1674ba5 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sat, 13 Dec 2008 18:51:53 +0000 Subject: Add Intel Core I7 support. Patch from Reinhard Nissl. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5564 7894878c-1315-0410-8ee3-d5d059ff63e0 --- CHANGES | 1 + prog/detect/sensors-detect | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 9cb6020f..b36da1d1 100644 --- a/CHANGES +++ b/CHANGES @@ -40,6 +40,7 @@ SVN-HEAD Fix detection of SMSC LPC47M292 Add SMSC LPC47M233 support Fix SMBus detection of W83627EHF and W83627DHG + Add Intel Core I7 support 2.10.7 (20080701) Library: Don't choke on unrecognized devices, part 2 diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 797939e9..7936a3a8 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -5544,7 +5544,8 @@ sub coretemp_detect ($probecpu->{'model'} == 14 || $probecpu->{'model'} == 15 || $probecpu->{'model'} == 0x16 || - $probecpu->{'model'} == 0x17)) { + $probecpu->{'model'} == 0x17 || + $probecpu->{'model'} == 0x1a)) { return 9; } } -- cgit v1.2.1