diff options
Diffstat (limited to 'Documentation/hwmon/sysfs-interface')
| -rw-r--r-- | Documentation/hwmon/sysfs-interface | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index 764cdc5480e7..a0d0ab24288e 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface | |||
| @@ -179,11 +179,12 @@ temp[1-*]_auto_point[1-*]_temp_hyst | |||
| 179 | **************** | 179 | **************** |
| 180 | 180 | ||
| 181 | temp[1-3]_type Sensor type selection. | 181 | temp[1-3]_type Sensor type selection. |
| 182 | Integers 1, 2, 3 or thermistor Beta value (3435) | 182 | Integers 1 to 4 or thermistor Beta value (typically 3435) |
| 183 | Read/Write. | 183 | Read/Write. |
| 184 | 1: PII/Celeron Diode | 184 | 1: PII/Celeron Diode |
| 185 | 2: 3904 transistor | 185 | 2: 3904 transistor |
| 186 | 3: thermal diode | 186 | 3: thermal diode |
| 187 | 4: thermistor (default/unknown Beta) | ||
| 187 | Not all types are supported by all chips | 188 | Not all types are supported by all chips |
| 188 | 189 | ||
| 189 | temp[1-4]_max Temperature max value. | 190 | temp[1-4]_max Temperature max value. |
| @@ -261,6 +262,21 @@ alarms Alarm bitmask. | |||
| 261 | of individual bits. | 262 | of individual bits. |
| 262 | Bits are defined in kernel/include/sensors.h. | 263 | Bits are defined in kernel/include/sensors.h. |
| 263 | 264 | ||
| 265 | alarms_in Alarm bitmask relative to in (voltage) channels | ||
| 266 | Read only | ||
| 267 | A '1' bit means an alarm, LSB corresponds to in0 and so on | ||
| 268 | Prefered to 'alarms' for newer chips | ||
| 269 | |||
| 270 | alarms_fan Alarm bitmask relative to fan channels | ||
| 271 | Read only | ||
| 272 | A '1' bit means an alarm, LSB corresponds to fan1 and so on | ||
| 273 | Prefered to 'alarms' for newer chips | ||
| 274 | |||
| 275 | alarms_temp Alarm bitmask relative to temp (temperature) channels | ||
| 276 | Read only | ||
| 277 | A '1' bit means an alarm, LSB corresponds to temp1 and so on | ||
| 278 | Prefered to 'alarms' for newer chips | ||
| 279 | |||
| 264 | beep_enable Beep/interrupt enable | 280 | beep_enable Beep/interrupt enable |
| 265 | 0 to disable. | 281 | 0 to disable. |
| 266 | 1 to enable. | 282 | 1 to enable. |
