Merge pull request #220 from bkchr/bkchr-comet-lake

Adds more Comet Lake identifiers
This commit is contained in:
Francesco Palmarini 2020-10-13 10:15:29 +02:00 committed by GitHub
commit 8612aa17f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ supported_cpus = {
'Kaby Lake (R)': (0x8E, 0x9E),
'Coffee Lake': (0x9E,),
'Cannon Lake': (0x66,),
'Comet Lake': (0xA6,),
'Comet Lake': (0xA5, 0xA6),
}