diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-08-16 08:30:01 -0400 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-10-09 22:56:29 -0400 |
commit | b26f93309282bdfebb3edb8939e022a4bbe56dfe (patch) | |
tree | 639c84137751e908b192de9586f8dc3ecefe718d /Documentation/hwmon | |
parent | 5bfedac045082a97e20d47d876071279ef984d28 (diff) |
hwmon: Don't export thermistor beta
Deprecate the use of thermistor beta values as thermal sensor types.
No driver supports changing the beta value anyway.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/sysfs-interface | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index b3a9e1b9dbda..331fa7a1d7d5 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface | |||
@@ -219,12 +219,12 @@ temp[1-*]_auto_point[1-*]_temp_hyst | |||
219 | **************** | 219 | **************** |
220 | 220 | ||
221 | temp[1-*]_type Sensor type selection. | 221 | temp[1-*]_type Sensor type selection. |
222 | Integers 1 to 6 or thermistor Beta value (typically 3435) | 222 | Integers 1 to 6 |
223 | RW | 223 | RW |
224 | 1: PII/Celeron Diode | 224 | 1: PII/Celeron Diode |
225 | 2: 3904 transistor | 225 | 2: 3904 transistor |
226 | 3: thermal diode | 226 | 3: thermal diode |
227 | 4: thermistor (default/unknown Beta) | 227 | 4: thermistor |
228 | 5: AMD AMDSI | 228 | 5: AMD AMDSI |
229 | 6: Intel PECI | 229 | 6: Intel PECI |
230 | Not all types are supported by all chips | 230 | Not all types are supported by all chips |