Skip to content

Commit 07c0c00

Browse files
authored
Gigabyte X79 UD3 - Fan control support and missing fan added (#1558)
* Update LibreHardwareMonitorLib.csproj * Update SuperIOHardware.cs * Update LibreHardwareMonitorLib.csproj * Update master.yml * Update master.yml
1 parent 08c1ee2 commit 07c0c00

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

LibreHardwareMonitorLib/Hardware/Motherboard/SuperIOHardware.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,6 +2018,10 @@ private static void GetIteConfigurationsB(ISuperIO superIO, Manufacturer manufac
20182018
f.Add(new Fan("System Fan #1", 1));
20192019
f.Add(new Fan("System Fan #2", 2));
20202020
f.Add(new Fan("System Fan #3", 3));
2021+
f.Add(new Fan("System Fan #4", 4));
2022+
c.Add(new Control("CPU Fan", 0));
2023+
c.Add(new Control("System Fan #1", 1));
2024+
c.Add(new Control("System Fan #2", 2));
20212025

20222026
break;
20232027

0 commit comments

Comments
 (0)