Changeset 5284
- Timestamp:
- 06/19/08 10:21:55 (5 months ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/kernel/chips/lm90.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5283 r5284 12 12 Module i2c-sis5595: Minor cleanups (2.6 backport) 13 13 Module lm75: Fix an incorrect comment (2.6 backport) 14 Module lm90: Fix LM86 detection (#2335) 14 15 Module w83l785ts: Don't ask user to report failures (2.6 backport) 15 16 Program fancontrol: Don't use named pipes when we don't need them (#2319) lm-sensors/trunk/kernel/chips/lm90.c
r5120 r5284 425 425 else if (address == 0x4C 426 426 && (chip_id & 0xF0) == 0x10) /* LM86 */ 427 kind = lm 99;427 kind = lm86; 428 428 } 429 429 } else
