Changeset 285
- Timestamp:
- 03/01/99 14:27:57 (14 years ago)
- Location:
- lm-sensors/trunk/prog/detect
- Files:
-
- 2 modified
-
detect.pl (modified) (1 diff)
-
sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/detect.pl
r284 r285 947 947 i2c_devnr => $adapter_nr, 948 948 }; 949 $new_hash->{i2c_sub_addrs} = \@chips if (@chips); 949 my @chips_copy = @chips, $new_hash->{i2c_sub_addrs} = \@chips_copy 950 if (@chips); 950 951 add_i2c_to_chips_detected $$chip{driver}, $new_hash; 951 952 } else { -
lm-sensors/trunk/prog/detect/sensors-detect
r284 r285 947 947 i2c_devnr => $adapter_nr, 948 948 }; 949 $new_hash->{i2c_sub_addrs} = \@chips if (@chips); 949 my @chips_copy = @chips, $new_hash->{i2c_sub_addrs} = \@chips_copy 950 if (@chips); 950 951 add_i2c_to_chips_detected $$chip{driver}, $new_hash; 951 952 } else {
