Changeset 5024
- Timestamp:
- 11/18/07 17:13:57 (1 year ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/prog/pwm/pwmconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5022 r5024 11 11 Update manufacturer IDs. 12 12 Program pwmconfig: Better diagnostics in pwmdisable 13 Give the fans some time to spin up 13 14 Program sensors: Hide spurious errors on missing f71872f voltage inputs 14 15 Program sensors-detect: Add Texas Instruments TMP401 detection lm-sensors/trunk/prog/pwm/pwmconfig
r5022 r5024 206 206 207 207 echo 208 echo "Giving the fans some time to reach full speed..." 209 sleep $DELAY 208 210 echo 'Found the following fan sensors:' 209 211 for i in $FAN
