commit eae2a53f7fea8c99fa56c2b1d8b554507fab4ad7 Author: Greg Kroah-Hartman Date: Wed Jan 9 09:18:17 2008 -0800 Linux 2.6.23.13 commit ca7a9bb95016d9233a04117c00bf460d86c3881c Author: Jean Delvare Date: Sun Jan 6 14:18:44 2008 +0100 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 Signed-off-by: Mark M. Hoffman Signed-off-by: Greg Kroah-Hartman