Changeset 4891

Show
Ignore:
Timestamp:
09/26/07 20:15:47 (1 year ago)
Author:
khali
Message:

Clean up alarm bit definitions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/chips/lm87.c

    r3190 r4891  
    290290#define LM87_ALARM_IN4          0x0100 
    291291#define LM87_ALARM_IN5          0x0200 
    292 #define LM87_ALARM_RESERVED1    0x0400 
    293 #define LM87_ALARM_RESERVED2    0x0800 
    294292#define LM87_ALARM_CHAS         0x1000 
    295293#define LM87_ALARM_THERM_SIG    0x2000 
    296294#define LM87_ALARM_TEMP2_FAULT  0x4000 
    297 #define LM87_ALARM_TEMP3_FAULT 0x08000 
     295#define LM87_ALARM_TEMP3_FAULT 0x8000 
    298296 
    299297/* -- SENSORS SYSCTL END -- */