Changeset 5573

Show
Ignore:
Timestamp:
12/16/08 10:44:11 (3 years ago)
Author:
khali
Message:

Add alternative feature name for f71882fg temperature alarms. This
gives us more flexibility for changing the driver's interface in the
future.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5572 r5573  
    1010           Support separate prefixes lm89, max6658, max6659, max6681, 
    1111            max6646, max6647 and max6649 
     12           Add alternative feature name for f71882fg temperature alarms 
    1213  Module i2c-i801: Remove verbose debugging messages (2.6 backport) 
    1314                   Properly report bus arbitration lost (2.6 backport) 
  • lm-sensors/trunk/lib/chips.c

    r5364 r5573  
    62686268        { { SENSORS_F71882FG_TEMP_ALARM(nr), "temp" #nr "_alarm", \ 
    62696269                SENSORS_F71882FG_TEMP(nr), NOMAP, R }, \ 
    6270                 NOSYSCTL, VALUE(1), 0 }, \ 
     6270                NOSYSCTL, VALUE(1), 0, "temp" #nr "_max_alarm", 0, \ 
     6271                "temp" #nr "_alarm" }, \ 
    62716272        { { SENSORS_F71882FG_TEMP_FAULT(nr), "temp" #nr "_fault", \ 
    62726273                SENSORS_F71882FG_TEMP(nr), NOMAP, R }, \