Changeset 2213

Show
Ignore:
Timestamp:
01/10/04 18:52:56 (9 years ago)
Author:
khali
Message:

Update to reflect hysteresis interface changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/chips/lm90

    r2039 r2213  
    7979Each sensor has its own high and low limits, plus a critical limit. 
    8080Additionally, there is a relative hysteresis value common to both critical 
    81 values. 
     81values. To make life easier to user-space applications, two absolute values 
     82are exported, one for each channel, but these values are of course linked. 
     83Only the local hysteresis can be set from user-space, and the same delta 
     84applies to the remote hysteresis. 
    8285 
    8386The lm90 driver will not update its values more frequently than every 
     
    100103tcrit1                temp1                 temp1                   RW     0 
    101104tcrit2                temp2                 temp2                   RW     0 
    102 hyst                  -                     -                       RW     0 
     105hyst1                 tcrit1                tcrit1                  RW     0 
     106hyst2                 tcrit2                tcrit2                  R-     0 
    103107alarms                -                     -                       R-     0 
    104108 
     
    112116tcrit1                SENSORS_LM90_LOCAL_TCRIT                         tcrit1:1 
    113117tcrit2                SENSORS_LM90_REMOTE_TCRIT                        tcrit2:1 
    114 hyst                  SENSORS_LM90_TCRIT_HYST                            hyst:1 
     118hyst1                 SENSORS_LM90_LOCAL_TCRIT_HYST                     hyst1:1 
     119hyst2                 SENSORS_LM90_REMOTE_TCRIT_HYST                    hyst2:1 
    115120alarms                SENSORS_LM90_ALARMS                              alarms:1 
    116121 
     
    126131tcrit1                temp1                 temp1                   RW     0 
    127132tcrit2                temp2                 temp2                   RW     0 
    128 hyst                  -                     -                       RW     0 
     133hyst1                 tcrit1                tcrit1                  RW     0 
     134hyst2                 tcrit2                tcrit2                  R-     0 
    129135alarms                -                     -                       R-     0 
    130136 
     
    138144tcrit1                SENSORS_LM90_LOCAL_TCRIT                         tcrit1:1 
    139145tcrit2                SENSORS_LM90_REMOTE_TCRIT                        tcrit2:1 
    140 hyst                  SENSORS_LM90_TCRIT_HYST                            hyst:1 
     146hyst1                 SENSORS_LM90_LOCAL_TCRIT_HYST                     hyst1:1 
     147hyst2                 SENSORS_LM90_REMOTE_TCRIT_HYST                    hyst2:1 
    141148alarms                SENSORS_LM90_ALARMS                              alarms:1