mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-02 07:15:39 +00:00
Add detection for Intel Atom thermal sensors.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5773 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -5275,7 +5275,8 @@ sub coretemp_detect
|
||||
$probecpu->{model} == 15 ||
|
||||
$probecpu->{model} == 0x16 ||
|
||||
$probecpu->{model} == 0x17 ||
|
||||
$probecpu->{model} == 0x1a)) {
|
||||
$probecpu->{model} == 0x1a ||
|
||||
$probecpu->{model} == 0x1c)) { # Atom
|
||||
return 9;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user