Changeset 4941

Show
Ignore:
Timestamp:
10/13/07 11:11:00 (1 year ago)
Author:
khali
Message:

Fix the VALUEs of fschmd. They don't really matter anyway, as there
is no Linux 2.4 version of the driver.

Files:

Legend:

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

    r4939 r4941  
    63226322        { { SENSORS_FSCHMD_IN(nr), "in" #nr, \ 
    63236323                NOMAP, NOMAP, R }, \ 
    6324                 NOSYSCTL, VALUE(3), 3 } 
     6324                NOSYSCTL, VALUE(1), 3 } 
    63256325 
    63266326#define SENSORS_FSCHMD_TEMP_FEATURES(nr) \ 
    63276327        { { SENSORS_FSCHMD_TEMP(nr), "temp" #nr, \ 
    63286328                NOMAP, NOMAP, R }, \ 
    6329                 NOSYSCTL, VALUE(3), 3 }, \ 
     6329                NOSYSCTL, VALUE(2), 3 }, \ 
    63306330        { { SENSORS_FSCHMD_TEMP_MAX(nr), "temp" #nr "_max", \ 
    63316331                SENSORS_FSCHMD_TEMP(nr), SENSORS_FSCHMD_TEMP(nr), RW }, \