Changeset 5284

Show
Ignore:
Timestamp:
06/19/08 10:21:55 (5 months ago)
Author:
khali
Message:

lm90: Fix LM86 detection. This closes ticket #2335.

Files:

Legend:

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

    r5283 r5284  
    1212  Module i2c-sis5595: Minor cleanups (2.6 backport) 
    1313  Module lm75: Fix an incorrect comment (2.6 backport) 
     14  Module lm90: Fix LM86 detection (#2335) 
    1415  Module w83l785ts: Don't ask user to report failures (2.6 backport) 
    1516  Program fancontrol: Don't use named pipes when we don't need them (#2319) 
  • lm-sensors/trunk/kernel/chips/lm90.c

    r5120 r5284  
    425425                                else if (address == 0x4C 
    426426                                 && (chip_id & 0xF0) == 0x10) /* LM86 */ 
    427                                         kind = lm99
     427                                        kind = lm86
    428428                        } 
    429429                } else