Changeset 5096
- Timestamp:
- 01/06/08 15:11:34 (11 months ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5095 r5096 34 34 Improve sysconfig and modprobe.d integration 35 35 Add SMSC SCH5514D-NS detection (no sensors) 36 Lower the confidence of MAX6650/MAX6651 36 37 Program unhide_ICH_SMBus: Add support for the 82801AA (ICH) 37 38 lm-sensors/trunk/prog/detect/sensors-detect
r5095 r5096 5308 5308 # $_[1]: A reference to the file descriptor to access this chip. 5309 5309 # $_[2]: Address 5310 # Returns: undef if not detected, 4if detected.5310 # Returns: undef if not detected, 3 if detected. 5311 5311 # 5312 5312 # The max6650 has no device ID register. However, a few registers have … … 5335 5335 return if ($conf & 0xC0) or ($conf & 0x07) > 4; 5336 5336 5337 return 4;5337 return 3; 5338 5338 } 5339 5339
