2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Add Intel Core I7 support. Patch from Reinhard Nissl.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5563 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-12-13 18:49:55 +00:00
parent 1be4b18e7e
commit e1ea81cc64
2 changed files with 3 additions and 1 deletions

View File

@@ -4940,7 +4940,8 @@ sub coretemp_detect
($probecpu->{model} == 14 ||
$probecpu->{model} == 15 ||
$probecpu->{model} == 0x16 ||
$probecpu->{model} == 0x17)) {
$probecpu->{model} == 0x17 ||
$probecpu->{model} == 0x1a)) {
return 9;
}
}