Changeset 339

Show
Ignore:
Timestamp:
03/24/99 01:00:21 (10 years ago)
Author:
mds
Message:

fixed RT-table bug. Still undef'ed though by default.
For those who are interested the default RT table is apparently
1 0 0 69 57 48 39 32 25 19 12 6 255 247 237 0 1 0 0 12 9 9 7 7 7 7 6 7 8 10 14 0.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/chips/w83781d.c

    r335 r339  
    10821082 
    10831083  if(wchipid == W83781D_WCHIPID) { 
     1084    u16 k = 0; 
    10841085/* 
    10851086    Auto-indexing doesn't seem to work... 
     
    10891090      int j; 
    10901091      for (j = 0; j < 32; j++) { 
    1091         u16 k = 0; 
    10921092        w83781d_write_value(client,W83781D_REG_RT_IDX,k++); 
    10931093        data->rt[i][j] = w83781d_read_value(client,W83781D_REG_RT_VAL);