[lm-sensors] [PATCH] hwmon: (sysfs-interface) Update tempX_type attribute to be more generic
Guenter Roeck
linux at roeck-us.net
Fri Jan 13 08:33:55 CET 2012
The temp[1-*]_type attribute reports the temperature sensor type. Sensor type 1
is described as "PII/Celeron Diode", which is quite restrictive; other CPUs
may also have an embedded temperature sensor diode with similar characteristics.
Change description to "CPU embedded diode" to be more generic.
Signed-off-by: Guenter Roeck <linux at roeck-us.net>
---
Documentation/hwmon/sysfs-interface | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface
index a4aa8f6..1f4dd85 100644
--- a/Documentation/hwmon/sysfs-interface
+++ b/Documentation/hwmon/sysfs-interface
@@ -304,7 +304,7 @@ value (fastest fan speed) wins.
temp[1-*]_type Sensor type selection.
Integers 1 to 6
RW
- 1: PII/Celeron Diode
+ 1: CPU embedded diode
2: 3904 transistor
3: thermal diode
4: thermistor
--
1.7.5.4
More information about the lm-sensors
mailing list