Changeset 1418

Show
Ignore:
Timestamp:
07/04/02 13:35:16 (11 years ago)
Author:
abz
Message:

Added sysctl values for LM92 driver.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/include/sensors.h

    r1409 r1418  
    621621#define VT1211_ALARM_TEMP7 VT1211_ALARM_IN4 
    622622 
     623#define LM92_SYSCTL_ALARMS              2001    /* high, low, critical */ 
     624#define LM92_SYSCTL_TEMP                1200    /* high, low, critical, hysterisis, input */ 
     625 
     626#define LM92_ALARM_TEMP_HIGH    0x01 
     627#define LM92_ALARM_TEMP_LOW             0x02 
     628#define LM92_ALARM_TEMP_CRIT    0x04 
     629#define LM92_TEMP_HIGH                  0x08 
     630#define LM92_TEMP_LOW                   0x10 
     631#define LM92_TEMP_CRIT                  0x20 
     632#define LM92_TEMP_HYST                  0x40 
     633#define LM92_TEMP_INPUT                 0x80 
    623634 
    624635#endif                          /* def SENSORS_SENSORS_H */