commit | 63f281a6e32ebc93c62dac0d399d8e054eb7b2ec | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Thu Jul 05 20:39:40 2007 +0200 |
committer | Mark M. Hoffman <mhoffman@lightlink.com> | Tue Oct 09 22:56:30 2007 -0400 |
tree | d60cf42951a3d274f263788f6f54c06695b2e41f | |
parent | 5a4d3ef317c845893fe3f9d3517cb0a99375da53 [diff] |
hwmon: (lm85) Let the user set the fan min limit to 0 Trying to set the fan min limit to 0 currently writes 0 to the register, which is an invalid value. It's read back as -1 and the alarm flag is raised. Instead we should write 0xffff (maximum value), which reads back as 0 and no alarm flag is raised. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Juerg Haefliger <juergh at gmail.com> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>