Skip to content

Commit

Permalink
Merge pull request #220 from bkchr/bkchr-comet-lake
Browse files Browse the repository at this point in the history
Adds more Comet Lake identifiers
  • Loading branch information
erpalma authored Oct 13, 2020
2 parents d6aeb68 + b0e1dd9 commit 8612aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenovo_fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
'Kaby Lake (R)': (0x8E, 0x9E),
'Coffee Lake': (0x9E,),
'Cannon Lake': (0x66,),
'Comet Lake': (0xA6,),
'Comet Lake': (0xA5, 0xA6),
}


Expand Down

0 comments on commit 8612aa1

Please sign in to comment.