Changeset 4166
- Timestamp:
- 09/20/06 22:01:18 (7 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
r4152 r4166 3068 3068 return if $reg == 0xa3 || $reg == 0x5c; 3069 3069 3070 # Explicitely prevent misdetection of ITE chips 3071 $reg = &$readproc(0x58); 3072 return if $reg == 0x90; 3073 3070 3074 return 6; 3071 3075 }
