All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] hwmon: (abituguru3) Add AUX4 fan input for
@ 2008-01-15 18:57 Sergey Vlasov
  2008-01-16 14:51 ` Hans de Goede
  2008-01-31 13:21 ` Mark M. Hoffman
  0 siblings, 2 replies; 3+ messages in thread
From: Sergey Vlasov @ 2008-01-15 18:57 UTC (permalink / raw)
  To: lm-sensors

Abit IP35 Pro has 6 fan connectors (CPU, SYS and AUX1-4), but the
entry for AUX4 was missing from the table.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
---
 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 e72a21b..0e6b142 100644
--- a/drivers/hwmon/abituguru3.c
+++ b/drivers/hwmon/abituguru3.c
@@ -528,6 +528,7 @@ static const struct abituguru3_motherboard_info abituguru3_motherboards[] = {
 		{ "AUX1 Fan",		33, 2, 60, 1, 0 },
 		{ "AUX2 Fan",		35, 2, 60, 1, 0 },
 		{ "AUX3 Fan",		36, 2, 60, 1, 0 },
+		{ "AUX4 Fan",		37, 2, 60, 1, 0 },
 		{ NULL, 0, 0, 0, 0, 0 } }
 	},
 	{ 0x001B, "unknown", {
-- 
1.5.3.6.892.g2627


_______________________________________________
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

* Re: [lm-sensors] [PATCH] hwmon: (abituguru3) Add AUX4 fan input for
  2008-01-15 18:57 [lm-sensors] [PATCH] hwmon: (abituguru3) Add AUX4 fan input for Sergey Vlasov
@ 2008-01-16 14:51 ` Hans de Goede
  2008-01-31 13:21 ` Mark M. Hoffman
  1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2008-01-16 14:51 UTC (permalink / raw)
  To: lm-sensors

Sergey Vlasov wrote:
> Abit IP35 Pro has 6 fan connectors (CPU, SYS and AUX1-4), but the
> entry for AUX4 was missing from the table.
> 
> Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
> ---
>  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 e72a21b..0e6b142 100644
> --- a/drivers/hwmon/abituguru3.c
> +++ b/drivers/hwmon/abituguru3.c
> @@ -528,6 +528,7 @@ static const struct abituguru3_motherboard_info abituguru3_motherboards[] = {
>  		{ "AUX1 Fan",		33, 2, 60, 1, 0 },
>  		{ "AUX2 Fan",		35, 2, 60, 1, 0 },
>  		{ "AUX3 Fan",		36, 2, 60, 1, 0 },
> +		{ "AUX4 Fan",		37, 2, 60, 1, 0 },
>  		{ NULL, 0, 0, 0, 0, 0 } }
>  	},
>  	{ 0x001B, "unknown", {

Looks good to me:

Acked-by: Hans de Goede <j.w.r.degoede@hhs.nl>

Regards,

Hans



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

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

* Re: [lm-sensors] [PATCH] hwmon: (abituguru3) Add AUX4 fan input for
  2008-01-15 18:57 [lm-sensors] [PATCH] hwmon: (abituguru3) Add AUX4 fan input for Sergey Vlasov
  2008-01-16 14:51 ` Hans de Goede
@ 2008-01-31 13:21 ` Mark M. Hoffman
  1 sibling, 0 replies; 3+ messages in thread
From: Mark M. Hoffman @ 2008-01-31 13:21 UTC (permalink / raw)
  To: lm-sensors

Hi Sergey, Hans:

* Hans de Goede <j.w.r.degoede@hhs.nl> [2008-01-16 15:51:26 +0100]:
> Sergey Vlasov wrote:
> > Abit IP35 Pro has 6 fan connectors (CPU, SYS and AUX1-4), but the
> > entry for AUX4 was missing from the table.
> > 
> > Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
> > ---
> >  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 e72a21b..0e6b142 100644
> > --- a/drivers/hwmon/abituguru3.c
> > +++ b/drivers/hwmon/abituguru3.c
> > @@ -528,6 +528,7 @@ static const struct abituguru3_motherboard_info abituguru3_motherboards[] = {
> >  		{ "AUX1 Fan",		33, 2, 60, 1, 0 },
> >  		{ "AUX2 Fan",		35, 2, 60, 1, 0 },
> >  		{ "AUX3 Fan",		36, 2, 60, 1, 0 },
> > +		{ "AUX4 Fan",		37, 2, 60, 1, 0 },
> >  		{ NULL, 0, 0, 0, 0, 0 } }
> >  	},
> >  	{ 0x001B, "unknown", {
> 
> Looks good to me:
> 
> Acked-by: Hans de Goede <j.w.r.degoede@hhs.nl>

Applied to hwmon-2.6.git/testing, thanks.

-- 
Mark M. Hoffman
mhoffman@lightlink.com


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

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

end of thread, other threads:[~2008-01-31 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-15 18:57 [lm-sensors] [PATCH] hwmon: (abituguru3) Add AUX4 fan input for Sergey Vlasov
2008-01-16 14:51 ` Hans de Goede
2008-01-31 13:21 ` Mark M. Hoffman

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.