Changeset 2213
- Timestamp:
- 01/10/04 18:52:56 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/chips/lm90 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/chips/lm90
r2039 r2213 79 79 Each sensor has its own high and low limits, plus a critical limit. 80 80 Additionally, there is a relative hysteresis value common to both critical 81 values. 81 values. To make life easier to user-space applications, two absolute values 82 are exported, one for each channel, but these values are of course linked. 83 Only the local hysteresis can be set from user-space, and the same delta 84 applies to the remote hysteresis. 82 85 83 86 The lm90 driver will not update its values more frequently than every … … 100 103 tcrit1 temp1 temp1 RW 0 101 104 tcrit2 temp2 temp2 RW 0 102 hyst - - RW 0 105 hyst1 tcrit1 tcrit1 RW 0 106 hyst2 tcrit2 tcrit2 R- 0 103 107 alarms - - R- 0 104 108 … … 112 116 tcrit1 SENSORS_LM90_LOCAL_TCRIT tcrit1:1 113 117 tcrit2 SENSORS_LM90_REMOTE_TCRIT tcrit2:1 114 hyst SENSORS_LM90_TCRIT_HYST hyst:1 118 hyst1 SENSORS_LM90_LOCAL_TCRIT_HYST hyst1:1 119 hyst2 SENSORS_LM90_REMOTE_TCRIT_HYST hyst2:1 115 120 alarms SENSORS_LM90_ALARMS alarms:1 116 121 … … 126 131 tcrit1 temp1 temp1 RW 0 127 132 tcrit2 temp2 temp2 RW 0 128 hyst - - RW 0 133 hyst1 tcrit1 tcrit1 RW 0 134 hyst2 tcrit2 tcrit2 R- 0 129 135 alarms - - R- 0 130 136 … … 138 144 tcrit1 SENSORS_LM90_LOCAL_TCRIT tcrit1:1 139 145 tcrit2 SENSORS_LM90_REMOTE_TCRIT tcrit2:1 140 hyst SENSORS_LM90_TCRIT_HYST hyst:1 146 hyst1 SENSORS_LM90_LOCAL_TCRIT_HYST hyst1:1 147 hyst2 SENSORS_LM90_REMOTE_TCRIT_HYST hyst2:1 141 148 alarms SENSORS_LM90_ALARMS alarms:1
