From: Jean Delvare Date: Sun, 9 Mar 2008 12:34:28 +0000 (+0100) Subject: hwmon: (w83781d) Fix I/O resource conflict with PNP X-Git-Tag: v2.6.25-rc8~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2961cb22ef02850d90e7a12c28a14d74e327df8d;p=pandora-kernel.git hwmon: (w83781d) Fix I/O resource conflict with PNP Only request I/O ports 0x295-0x296 instead of the full I/O address range. This solves a conflict with PNP resources on a few motherboards. Also request the I/O ports in two parts (4 low ports, 4 high ports) during device detection, otherwise the PNP resource makes the request (and thus the detection) fail. This fixes lm-sensors ticket #2306: http://www.lm-sensors.org/ticket/2306 Signed-off-by: Jean Delvare Signed-off-by: Mark M. Hoffman --- Reading git-diff-tree failed