Skip to content

Commit 22be9f5

Browse files
committed
Add missing MB IO controls
1 parent b604778 commit 22be9f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OpenHardwareMonitorLib/Hardware/Motherboard/SuperIOHardware.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,6 +2037,8 @@ private static void GetIteConfigurationsB(ISuperIO superIO, Manufacturer manufac
20372037
t.Add(new Temperature("VSoC MOS", 5));
20382038
f.Add(new Fan("CPU Fan", 0));
20392039
f.Add(new Fan("System Fan", 1));
2040+
c.Add(new Control("CPU Fan", 0));
2041+
c.Add(new Control("System Fan", 1));
20402042

20412043
break;
20422044

0 commit comments

Comments
 (0)