All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 1/2] abituguru3: enable reading from AUX3 fan
@ 2008-10-08 17:05 Alistair John Strachan
  2008-10-09  7:46 ` [lm-sensors] [PATCH 1/2] abituguru3: enable reading from AUX3 Hans de Goede
  2008-10-09 13:17 ` Jean Delvare
  0 siblings, 2 replies; 3+ messages in thread
From: Alistair John Strachan @ 2008-10-08 17:05 UTC (permalink / raw)
  To: lm-sensors

The table for the Abit AT8 32X was incorrectly missing an entry
for the sixth ("AUX3") fan. Add this entry, exporting the fan
reading to userspace.

Closes lm-sensors.org ticket #2339.

Signed-off-by: Alistair John Strachan <alistair@devzero.co.uk>
Tested-by: Daniel Exner <dex@dragonslave.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: lm-sensors@lm-sensors.org

---

 drivers/hwmon/abituguru3.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/hwmon/abituguru3.c b/drivers/hwmon/abituguru3.c
index d568c65..4545194 100644
--- a/drivers/hwmon/abituguru3.c
+++ b/drivers/hwmon/abituguru3.c
@@ -303,6 +303,7 @@ static const struct abituguru3_motherboard_info abituguru3_motherboards[] = {
 		{ "SYS Fan",		34, 2, 60, 1, 0 },
 		{ "AUX1 Fan",		35, 2, 60, 1, 0 },
 		{ "AUX2 Fan",		36, 2, 60, 1, 0 },
+		{ "AUX3 Fan",		37, 2, 60, 1, 0 },
 		{ NULL, 0, 0, 0, 0, 0 } }
 	},
 	{ 0x0012, NULL /* Abit AN8 32X, need DMI string */, {

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-09 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-08 17:05 [lm-sensors] [PATCH 1/2] abituguru3: enable reading from AUX3 fan Alistair John Strachan
2008-10-09  7:46 ` [lm-sensors] [PATCH 1/2] abituguru3: enable reading from AUX3 Hans de Goede
2008-10-09 13:17 ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.