diff options
author | PMR <pmr@pmr-lander> | 2020-01-23 14:10:54 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-01-23 14:10:54 +0000 |
commit | 640082f53fed5a239157069e6560bee188f6c171 (patch) | |
tree | 13184e7cc479dc360b69b5fd79226a23c188464e | |
parent | d64cd8262a1f200025b4329ea18273f9a4e853a2 (diff) | |
parent | b3dd4a95b3a5fccc16a85310b56ac9261b9b4951 (diff) |
Merge #377530 from ~bladernr/plainbox-provider-checkbox:1859519-CFL-cpuid-update
-rwxr-xr-x | bin/cpuid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py index a434309a..fcb6e0c6 100755 --- a/bin/cpuid.py +++ b/bin/cpuid.py @@ -83,7 +83,7 @@ CPUIDS = { "Broadwell": ['0x4067', '0x306d4', '0x5066', '0x406f'], "Canon Lake": ['0x6066'], "Cascade Lake": ['0x50655', '0x50656', '0x50657'], - "Coffee Lake": ['0x806ea', '0x906ea', '0x906eb', '0x906ec'], + "Coffee Lake": ['0x806ea', '0x906e'], "Haswell": ['0x306c', '0x4065', '0x4066', '0x306f'], "Ice Lake": ['0x706e'], "Ivy Bridge": ['0x306a', '0x306e'], |