Changeset 5333 for lm-sensors/trunk/prog/detect/sensors-detect
- Timestamp:
- 09/10/08 09:28:17 (5 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r5316 r5333 3548 3548 ($chip == 1 and $reg == 0x40) or 3549 3549 ($chip == 2 and ($reg & 0xfe) == 0xc0); 3550 3551 # Explicitly prevent misdetection of Winbond chips 3552 $reg = i2c_smbus_read_byte_data($file, 0x4f); 3553 return if $reg == 0xa3 || $reg == 0x5c; 3554 3550 3555 return (6); 3551 3556 }
