Changeset 4344

Show
Ignore:
Timestamp:
03/17/07 13:57:34 (2 years ago)
Author:
khali
Message:

libsensors: Fix support of Linux 2.6's max6650 driver.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r4342 r4344  
    1010            is gone 
    1111           Compile with -D_REENTRANT 
     12           Fix support of Linux 2.6's max6650 driver 
    1213  Man page i2cdetect.8: Scanning range can be restricted 
    1314  Module bmcsensors: Fix debugging messages 
  • lm-sensors/trunk/lib/chips.c

    r4331 r4344  
    56915691    { { SENSORS_MAX6650_FAN4_TACH, "fan4", NOMAP, NOMAP, R },  
    56925692                                   MAX6650_SYSCTL_FAN4, VALUE(1), 0 }, 
    5693     { { SENSORS_MAX6650_SPEED, "speed", NOMAP, NOMAP, RW },  
    5694                                MAX6650_SYSCTL_SPEED, VALUE(1), 0 }, 
     5693    { { SENSORS_MAX6650_SPEED, "speed", SENSORS_MAX6650_FAN1_TACH, 
     5694                               SENSORS_MAX6650_FAN1_TACH, RW },  
     5695                               MAX6650_SYSCTL_SPEED, VALUE(1), 0, 
     5696                               "fan1_target", 0 }, 
    56955697    { { 0 }, 0 } 
    56965698  };