- Timestamp:
- 12/01/08 21:13:16 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5494 r5495 2509 2509 # This adds a detection to the above structure. We also do alias detection 2510 2510 # here; so you should do ISA detections *after* all I2C detections. 2511 # $_[0]: alias detection function2512 # $_[1]: chip driver2513 # $_[2]: reference to data hash2511 # $_[0]: chip driver 2512 # $_[1]: reference to data hash 2513 # $_[2]: alias detection function (optional) 2514 2514 # Returns: 0 if it is not an alias, datahash reference if it is. 2515 2515 sub add_isa_to_chips_detected
