* [lm-sensors] [PATCH 1/3] hwmon: (w83627hf) Enable VBAT monitoring
@ 2008-01-03 21:54 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2008-01-03 21:54 UTC (permalink / raw)
To: lm-sensors
If VBAT monitoring is disabled, enable it. Bug reported on the
lm-sensors trac system:
http://lm-sensors.org/ticket/2282
This is the exact same patch that was applied to the w83627ehf driver
6 months ago.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
---
Carlos, could you please test and/or review this patch?
drivers/hwmon/w83627hf.c | 5 +++++
1 file changed, 5 insertions(+)
--- linux-2.6.24-rc6.orig/drivers/hwmon/w83627hf.c 2007-12-26 14:39:06.000000000 +0100
+++ linux-2.6.24-rc6/drivers/hwmon/w83627hf.c 2007-12-26 18:53:51.000000000 +0100
@@ -1515,6 +1515,11 @@ static void __devinit w83627hf_init_devi
(w83627hf_read_value(data,
W83781D_REG_CONFIG) & 0xf7)
| 0x01);
+
+ /* Enable VBAT monitoring if needed */
+ tmp = w83627hf_read_value(data, W83781D_REG_VBAT);
+ if (!(tmp & 0x01))
+ w83627hf_write_value(data, W83781D_REG_VBAT, tmp | 0x01);
}
static void w83627hf_update_fan_div(struct w83627hf_data *data)
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-03 21:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-03 21:54 [lm-sensors] [PATCH 1/3] hwmon: (w83627hf) Enable VBAT monitoring 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.