Changeset 4663
- Timestamp:
- 08/12/07 21:54:40 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r4661 r4663 3466 3466 # 0x48: Full I2C Address 3467 3467 # 0x49: Device ID 3468 # Note that this function is always called through a closure, so the3469 # arguments are shifted by one place.3470 3468 sub lm78_detect 3471 3469 { … … 4825 4823 # 0x58: Mfr ID 4826 4824 # 0x5b: Device ID (not on IT8705) 4827 # Note that this function is always called through a closure, so the4828 # arguments are shifted by one place.4829 4825 sub ite_detect 4830 4826 { … … 5180 5176 # Registers used: 5181 5177 # 0x4C-4E: Mfr and Chip ID 5182 # Note that this function is always called through a closure, so the5183 # arguments are shifted by one place.5184 5178 sub w83l785ts_detect 5185 5179 {
