From faf958c3c94e401add4883a1adb97f8c5d088ffa Mon Sep 17 00:00:00 2001 From: Xorg Date: Sat, 9 May 2020 13:16:34 +0200 Subject: [PATCH] DB: add Cannon Lake CPUs --- libcpuid/recog_intel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcpuid/recog_intel.c b/libcpuid/recog_intel.c index 2b07aa0..79229e3 100644 --- a/libcpuid/recog_intel.c +++ b/libcpuid/recog_intel.c @@ -356,6 +356,8 @@ const struct match_entry_t cpudb_intel[] = { { 6, 14, -1, -1, 158, 4, -1, -1, NC, CORE_|_I_|_3 , 0, "Coffee Lake (Core i3)" }, { 6, 14, -1, -1, 158, 2, -1, -1, NC, PENTIUM_ , 0, "Coffee Lake (Pentium)" }, { 6, 14, -1, -1, 158, 2, -1, -1, NC, CELERON_ , 0, "Coffee Lake (Celeron)" }, + { 6, 6, -1, -1, 102, 2, -1, -1, NC, CORE_|_I_|_3 , 0, "Cannon Lake (Core i3)" }, /* Core i3 8121U */ + { 6, 6, -1, -1, 102, 2, -1, -1, NC, CORE_|_M_|_3 , 0, "Cannon Lake (Core m3)" }, /* Core m3 8114Y */ /* Itaniums */