Changeset 2377
- Timestamp:
- 03/20/04 18:23:31 (9 years ago)
- Location:
- lm-sensors/trunk/prog/detect
- Files:
-
- 2 modified
-
i2cdetect.c (modified) (1 diff)
-
sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/i2cdetect.c
r2375 r2377 160 160 printf("%02x: ",i); 161 161 for(j = 0; j < 16; j++) { 162 if (!force && (i+j<0x0 4|| i+j>0x77)) {162 if (!force && (i+j<0x03 || i+j>0x77)) { 163 163 printf(" "); 164 164 continue; -
lm-sensors/trunk/prog/detect/sensors-detect
r2372 r2377 2419 2419 2420 2420 # Now scan each address in turn 2421 foreach $addr (0x0 4..0x77) {2421 foreach $addr (0x03..0x77) { 2422 2422 # As the not_to_scan list is sorted, we can check it fast 2423 2423 if (@not_to_scan and $not_to_scan[0] == $addr) {
