Skip to content

Commit 645e8aa

Browse files
committed
Add missing T_Sensor from NCT6799D
1 parent b6ffa29 commit 645e8aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • OpenHardwareMonitorLib/Hardware/Motherboard/Lpc

OpenHardwareMonitorLib/Hardware/Motherboard/Lpc/Nct677X.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ public Nct677X(LpcPort lpcPort, Chip chip, byte revision, ushort port)
285285
new(SourceNct67Xxd.AUXTIN2, 0x07D, 0x07E, 7, 0xA00, 0x494),
286286
new(SourceNct67Xxd.AUXTIN3, 0x4A0, 0x49E, 6, 0xB00, 0x495),
287287
new(SourceNct67Xxd.AUXTIN4, 0x027, 0, -1, 0x621), // Index 7
288+
289+
new(SourceNct67Xxd.TSENSOR, 0x4A2, 0x4A1, 7, 0xC00, 0x496),
288290

289291
// SMBUS Group (Indices 8-9 are consistent)
290292
new(SourceNct67Xxd.SMBUSMASTER0, 0x150, 0x151, 7, 0x622),

0 commit comments

Comments
 (0)