mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 14:25:16 +00:00
Added support for the Fintek F71869A (F71868AD) super I/O chip.
This commit is contained in:
@@ -41,6 +41,8 @@ namespace OpenHardwareMonitor.Hardware.LPC {
|
||||
lmChips.Add(new LMChip(Chip.F71862, path)); break;
|
||||
case "f71869":
|
||||
lmChips.Add(new LMChip(Chip.F71869, path)); break;
|
||||
case "f71869a":
|
||||
lmChips.Add(new LMChip(Chip.F71869A, path)); break;
|
||||
case "f71882fg":
|
||||
lmChips.Add(new LMChip(Chip.F71882, path)); break;
|
||||
case "f71889a":
|
||||
|
Reference in New Issue
Block a user