mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 13:57:41 +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:
1
CHANGES
1
CHANGES
@@ -5,6 +5,7 @@ SVN HEAD
|
|||||||
libsensors: Added support for new sysfs attributes
|
libsensors: Added support for new sysfs attributes
|
||||||
sensors: Added support for new sysfs attributes
|
sensors: Added support for new sysfs attributes
|
||||||
Display both instantaneous and average power if available.
|
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
|
fancontrol: Support setup where one PWM output controls several fans
|
||||||
Output error messages to stderr
|
Output error messages to stderr
|
||||||
sensors-detect: Stop calling for PIIX5 SMBus testers
|
sensors-detect: Stop calling for PIIX5 SMBus testers
|
||||||
|
@@ -339,7 +339,7 @@ static void print_chip_temp(const sensors_chip_name *name,
|
|||||||
sens = 4;
|
sens = 4;
|
||||||
|
|
||||||
printf(" sensor = %s", sens == 0 ? "disabled" :
|
printf(" sensor = %s", sens == 0 ? "disabled" :
|
||||||
sens == 1 ? "diode" :
|
sens == 1 ? "CPU diode" :
|
||||||
sens == 2 ? "transistor" :
|
sens == 2 ? "transistor" :
|
||||||
sens == 3 ? "thermal diode" :
|
sens == 3 ? "thermal diode" :
|
||||||
sens == 4 ? "thermistor" :
|
sens == 4 ? "thermistor" :
|
||||||
|
Reference in New Issue
Block a user