hwmon: (it87) Validate auto pwm settings

Before switching to automatic fan control mode, make sure that all the
trip points make sense. Otherwise, the control loop could lead to
weird fan behavior.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
这个提交包含在:
Jean Delvare
2010-03-05 22:17:21 +01:00
父节点 4f3f51bc21
当前提交 cccfc9c4bb
修改 2 个文件,包含 36 行新增0 行删除

查看文件

@@ -177,3 +177,7 @@ between trip point N and trip point N+1 then the PWM output value is
the one of trip point N. The automatic control mode is less flexible
than the manual control mode, but it reacts faster, is more robust and
doesn't use CPU cycles.
Trip points must be set properly before switching to automatic fan speed
control mode. The driver will perform basic integrity checks before
actually switching to automatic control mode.