Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209424
b: refs/heads/master
c: f46fc8c
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck authored and Jean Delvare committed Aug 14, 2010
1 parent 0b7a4c4 commit 418940d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28cbd461f022e30dba555926b76625a35e194166
refs/heads/master: f46fc8cd382f318a7d9c6cd0af1b771c74e5dfd0
21 changes: 20 additions & 1 deletion trunk/Documentation/hwmon/sysfs-interface
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,24 @@ in[0-*]_min Voltage min value.
Unit: millivolt
RW

in[0-*]_lcrit Voltage critical min value.
Unit: millivolt
RW
If voltage drops to or below this limit, the system may
take drastic action such as power down or reset. At the very
least, it should report a fault.

in[0-*]_max Voltage max value.
Unit: millivolt
RW

in[0-*]_crit Voltage critical max value.
Unit: millivolt
RW
If voltage reaches or exceeds this limit, the system may
take drastic action such as power down or reset. At the very
least, it should report a fault.

in[0-*]_input Voltage input value.
Unit: millivolt
RO
Expand Down Expand Up @@ -284,7 +298,7 @@ temp[1-*]_input Temperature input value.
Unit: millidegree Celsius
RO

temp[1-*]_crit Temperature critical value, typically greater than
temp[1-*]_crit Temperature critical max value, typically greater than
corresponding temp_max values.
Unit: millidegree Celsius
RW
Expand All @@ -296,6 +310,11 @@ temp[1-*]_crit_hyst
from the critical value.
RW

temp[1-*]_lcrit Temperature critical min value, typically lower than
corresponding temp_min values.
Unit: millidegree Celsius
RW

temp[1-*]_offset
Temperature offset which is added to the temperature reading
by the chip.
Expand Down

0 comments on commit 418940d

Please sign in to comment.