Changeset 5273
- Timestamp:
- 06/07/08 20:32:03 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5270 r5273 5546 5546 my $i; 5547 5547 return 0 unless (inb($isa_addr + 0x48) & 0x7f) == $i2c_addr; 5548 return 0 unless (i2c_smbus_read_byte_data($file, 0x48) & 0x7f) == $i2c_addr;5549 5548 for ($i = 0x2b; $i <= 0x3d; $i ++) { 5550 5549 return 0 unless inb($isa_addr + $i) == i2c_smbus_read_byte_data($file, $i);
