Ticket #2335 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

lm86 detection in lm90 module is wrong

Reported by: ticket Assigned to: khali
Priority: major Milestone: 2.10.7
Component: kernel Version: 2.10.6
Keywords: LM86 Cc:

Description

LM86 sensors will always detected as LM99 sensor. This is due to wrong kind setting in line 427 in lm90.c http://lm-sensors.org/browser/lm-sensors/trunk/kernel/chips/lm90.c#L427

kind = lm99;

must be replaced by

kind = lm86;

Change History

06/19/08 10:18:39 changed by khali

  • status changed from new to assigned.
  • component changed from fancontrol to kernel.
  • owner changed from somebody to khali.
  • version changed from SVN to 2.10.6.
  • milestone set to 2.10.7.
  • keywords set to LM86.

06/19/08 10:25:34 changed by khali

  • status changed from assigned to closed.
  • resolution set to fixed.

Good catch, thanks for reporting. Fixed in r5284. The lm90 driver in kernel 2.6 isn't affected.