mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 14:25:16 +00:00
Merge pull request #804 from tpruvot/broadwell
Broadwell: handle missing desktop model id for 5775C
This commit is contained in:
@@ -148,6 +148,7 @@ namespace OpenHardwareMonitor.Hardware.CPU {
|
||||
tjMax = GetTjMaxFromMSR();
|
||||
break;
|
||||
case 0x3D: // Intel Core M-5xxx (14nm)
|
||||
case 0x47: // Intel i5, i7 5xxC (14nm)
|
||||
microarchitecture = Microarchitecture.Broadwell;
|
||||
tjMax = GetTjMaxFromMSR();
|
||||
break;
|
||||
|
Reference in New Issue
Block a user