mirror of
https://github.com/erpalma/throttled.git
synced 2026-04-21 06:03:56 +00:00
Add CPUID for Tiger Lake CPU in Dell Latitude 5421
Identified in /proc/cpuinfo as: 11th Gen Intel(R) Core(TM) i7-11850H
This commit is contained in:
parent
8ed6e277cf
commit
21e842cefc
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ supported_cpus = {
|
|||
(6, 126, 5): 'IceLakeY',
|
||||
(6, 138, 1): 'Lakefield',
|
||||
(6, 140, 1): 'TigerLake',
|
||||
(6, 141, 1): 'TigerLake',
|
||||
(6, 142, 9): 'Kabylake',
|
||||
(6, 142, 10): 'Kabylake',
|
||||
(6, 142, 11): 'WhiskeyLake',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue