diff options
author | Sergey Vlasov <vsu@altlinux.ru> | 2008-01-15 21:57:44 +0300 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2008-02-07 20:39:44 -0500 |
commit | cb96b8ca11644ee1223e0fb3f1f629ead15203cb (patch) | |
tree | c42b9d3ccd4f05c902058e6481f0c846d67fde9f /drivers/hwmon/abituguru3.c | |
parent | 5812f9283e621370a2d65282b7bcc942bf2c3f1c (diff) | |
download | op-kernel-dev-cb96b8ca11644ee1223e0fb3f1f629ead15203cb.zip op-kernel-dev-cb96b8ca11644ee1223e0fb3f1f629ead15203cb.tar.gz |
hwmon: (abituguru3) Add AUX4 fan input for Abit IP35 Pro
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>
Acked-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/abituguru3.c')
-rw-r--r-- | 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 d9f04ce..ed33fdd 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", { |