Changeset 5105

Show
Ignore:
Timestamp:
01/10/08 09:10:20 (11 months ago)
Author:
khali
Message:

Fix lm93 vid2 access (#2295). It got broken by r4745.

Files:

Legend:

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

    r5104 r5105  
    66           Fix sysfs presence detection 
    77           Don't choke on unrecognized devices (#2087) 
     8           Fix lm93 vid2 access (#2295) 
    89  Makefile: Revert changeset 4738, fix bug #2187 differently 
    910  Module adm1026: Various cleanups 
  • lm-sensors/trunk/lib/chips.c

    r4952 r5105  
    12201220    { { SENSORS_LM93_VID1, "vid1", NOMAP, NOMAP, R }, 
    12211221                          LM93_SYSCTL_VID1, VALUE(1), 3, "cpu0_vid", 3, "vid1" }, 
    1222     { { SENSORS_LM93_VID1, "vid2", NOMAP, NOMAP, R }, 
     1222    { { SENSORS_LM93_VID2, "vid2", NOMAP, NOMAP, R }, 
    12231223                          LM93_SYSCTL_VID2, VALUE(1), 3, "cpu1_vid", 3, "vid2" }, 
    12241224    { { SENSORS_LM93_ALARMS, "alarms", NOMAP, NOMAP, R },