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>
This commit is contained in:
parent
5812f9283e
commit
cb96b8ca11
1 changed files with 1 additions and 0 deletions
|
@ -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", {
|
||||
|
|
Loading…
Reference in a new issue