2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 05:48:07 +00:00

sensors: Report thermal sensor type 1 as CPU diode.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6010 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare 2012-01-13 08:48:55 +00:00
parent 847dc0b454
commit cd2ff28d7b
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ SVN HEAD
libsensors: Added support for new sysfs attributes
sensors: Added support for new sysfs attributes
Display both instantaneous and average power if available.
Report thermal sensor type 1 as CPU diode
fancontrol: Support setup where one PWM output controls several fans
Output error messages to stderr
sensors-detect: Stop calling for PIIX5 SMBus testers

View File

@ -339,7 +339,7 @@ static void print_chip_temp(const sensors_chip_name *name,
sens = 4;
printf(" sensor = %s", sens == 0 ? "disabled" :
sens == 1 ? "diode" :
sens == 1 ? "CPU diode" :
sens == 2 ? "transistor" :
sens == 3 ? "thermal diode" :
sens == 4 ? "thermistor" :