Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261753
b: refs/heads/master
c: 0084e9f
h: refs/heads/master
i:
  261751: df05ee1
v: v3
  • Loading branch information
Guenter Roeck committed Jul 29, 2011
1 parent e1b6b2d commit ed4824c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6bfb767e431d3a236eab439d3660ff562598c84
refs/heads/master: 0084e9faabbc1e228fda9c8a78ef1ea8ee97a9ae
46 changes: 46 additions & 0 deletions trunk/Documentation/hwmon/sysfs-interface
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,29 @@ in[0-*]_input Voltage input value.
thumb: drivers should report the voltage values at the
"pins" of the chip.

in[0-*]_average
Average voltage
Unit: millivolt
RO

in[0-*]_lowest
Historical minimum voltage
Unit: millivolt
RO

in[0-*]_highest
Historical maximum voltage
Unit: millivolt
RO

in[0-*]_reset_history
Reset inX_lowest and inX_highest
WO

in_reset_history
Reset inX_lowest and inX_highest for all sensors
WO

in[0-*]_label Suggested voltage channel label.
Text string
Should only be created if the driver has hints about what
Expand Down Expand Up @@ -407,6 +430,29 @@ curr[1-*]_input Current input value
Unit: milliampere
RO

curr[1-*]_average
Average current use
Unit: milliampere
RO

curr[1-*]_lowest
Historical minimum current
Unit: milliampere
RO

curr[1-*]_highest
Historical maximum current
Unit: milliampere
RO

curr[1-*]_reset_history
Reset currX_lowest and currX_highest
WO

curr_reset_history
Reset currX_lowest and currX_highest for all sensors
WO

Also see the Alarms section for status flags associated with currents.

*********
Expand Down

0 comments on commit ed4824c

Please sign in to comment.