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 | cdf88690fe4998d3e6e771d609b4d32f73da2667 (patch) | |
tree | 09bd18d3f92443f4d45c7e528e5937c8b44793aa /bin | |
parent | d0dc0398c90ab29741086e5dc6a314e2ce8f2b37 (diff) | |
parent | f1e2825bc2c01c9a7436e8a4ab4787d931c45025 (diff) |
Merge #377530 from ~bladernr/plainbox-provider-checkbox:1859519-CFL-cpuid-update
Diffstat (limited to 'bin')
-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 a434309..fcb6e0c 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'], |