hwmon: (w83627ehf) Be more careful when changing VID input level
commitca7a9bb95016d9233a04117c00bf460d86c3881c
authorJean Delvare <khali@linux-fr.org>
Sun, 6 Jan 2008 13:18:44 +0000 (6 14:18 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 9 Jan 2008 17:14:03 +0000 (9 09:14 -0800)
tree7d69aa978a9726b769b39f0187c3aa370f104bca
parent53ff884d3941bb5cfa02f2e5771a9d79f7b7a0e1
hwmon: (w83627ehf) Be more careful when changing VID input level

Already in Linus' tree:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=58e6e78119da2bdade9f6f588155f0320072b76b

Fix for:
http://bugzilla.kernel.org/show_bug.cgi?id=9634

The VID input level change has been reported to cause trouble. Be more
careful in this respect:
* Only change the level on the W83627EHF/EHG. The W83627DHG is more
  complex in this respect.
* Don't change the level if the VID pins are in output mode.
* Only set the level to TTL if VRM 9.x is used.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/w83627ehf.c