Show
Ignore:
Timestamp:
01/03/99 17:21:51 (14 years ago)
Author:
frodo
Message:

Several small GL518SM fixes

* (module) VIN limits are now set to sane values (3V instead of 30V, which

caused nasty overflows)

* (module) VIN limits had min/max swapped in gl518_attach_adapter
* (lib) TEMP_HYST used the VID sysctl instead of the TEMP sysctl, leading

to bogus readings

* (sensors) print n/a for gl518 not available readings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/lib/chips.c

    r122 r145  
    349349    { SENSORS_GL518R00_TEMP_OVER, "temp_over", SENSORS_GL518R00_TEMP,  
    350350                                  SENSORS_GL518R00_TEMP, SENSORS_MODE_RW, 
    351                                   GL518_SYSCTL_VDD, VALUE(1), 1 }, 
     351                                  GL518_SYSCTL_TEMP, VALUE(1), 1 }, 
    352352    { SENSORS_GL518R00_VID, "vid", SENSORS_NO_MAPPING, SENSORS_NO_MAPPING, 
    353353                            SENSORS_MODE_R, GL518_SYSCTL_VID, VALUE(1), 0 },