sensors/lm_sensors-r6164-pwmconfig-drop-comment.diff
Jean Delvare 54ca40543a - lm_sensors-r6163-pwmconfig-raise-threshold.diff: pwmconfig: Raise
the detection threshold to 3/4 (bnc#810344).
- lm_sensors-r6164-pwmconfig-drop-comment.diff: pwmconfig: Drop a
  stray comment.
- lm_sensors-r6165-pwmconfig-multiple-fans.diff:  pwmconfig:
  Properly deal with multiple fan control (bnc#810344).
- lm_sensors-r6172-fancontrol-absolute-paths.diff: fancontrol: Fix
  handling of absolute paths in config (bnc#810344).

- fancontrol.service: Cleanups.
- Add fancontrol.service (bnc#810344).

OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=61
2013-05-23 16:49:01 +00:00

20 lines
480 B
Diff

Subject: pwmconfig: Drop a stray comment
Upstream: yes, r6164
fancontrol supports multiple controlled fans for quite some time now.
---
prog/pwm/pwmconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/prog/pwm/pwmconfig
+++ b/prog/pwm/pwmconfig
@@ -471,7 +471,7 @@ do
exit 1
fi
else
- fanactive="$j+${fanactive}" #not supported yet by fancontrol
+ fanactive="$j+${fanactive}"
fanactive_min="$S+${fanactive_min}"
fi
S=`cat $j`