mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
EEPROMs are not sensors.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4076 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -5479,6 +5479,13 @@ sub main
|
||||
print " Misdetects:\n";
|
||||
print_chips_report $chip->{misdetected};
|
||||
}
|
||||
|
||||
# People are easily confused
|
||||
if ($chip->{driver} eq "eeprom") {
|
||||
print "\n EEPROMs are *NOT* sensors! They are data storage chips commonly\n",
|
||||
" found on memory modules (SPD), in monitors (EDID), or in some\n",
|
||||
" laptops, for example.\n";
|
||||
}
|
||||
}
|
||||
|
||||
print "\n\n",
|
||||
|
Reference in New Issue
Block a user