Changeset 2377

Show
Ignore:
Timestamp:
03/20/04 18:23:31 (9 years ago)
Author:
mds
Message:

scan address 0x03 again

Location:
lm-sensors/trunk/prog/detect
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/i2cdetect.c

    r2375 r2377  
    160160    printf("%02x: ",i); 
    161161    for(j = 0; j < 16; j++) { 
    162       if (!force && (i+j<0x04 || i+j>0x77)) { 
     162      if (!force && (i+j<0x03 || i+j>0x77)) { 
    163163        printf("   "); 
    164164        continue; 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r2372 r2377  
    24192419 
    24202420  # Now scan each address in turn 
    2421   foreach $addr (0x04..0x77) { 
     2421  foreach $addr (0x03..0x77) { 
    24222422    # As the not_to_scan list is sorted, we can check it fast 
    24232423    if (@not_to_scan and $not_to_scan[0] == $addr) {