mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-04 13:46:58 -04:00
platform: Add platform config for Legion Go 2
This commit is contained in:
parent
67b9d7ee7e
commit
9a4f334b6e
1 changed files with 19 additions and 1 deletions
|
@ -7,27 +7,45 @@ variant = "83E1"
|
|||
[[device]]
|
||||
dmi.sys_vendor = "LENOVO"
|
||||
dmi.product_name = "83L3"
|
||||
# Legion Go S 8ARP1 - Z2 Go SKU1
|
||||
device = "legion_go_s"
|
||||
variant = "83L3"
|
||||
|
||||
[[device]]
|
||||
dmi.sys_vendor = "LENOVO"
|
||||
dmi.product_name = "83N6"
|
||||
# Legion Go S 8APU1 - Z1E SKU1
|
||||
device = "legion_go_s"
|
||||
variant = "83N6"
|
||||
|
||||
[[device]]
|
||||
dmi.sys_vendor = "LENOVO"
|
||||
dmi.product_name = "83Q2"
|
||||
# Legion Go S 8ARP1 - Z2 Go SKU2
|
||||
device = "legion_go_s"
|
||||
variant = "83Q2"
|
||||
|
||||
[[device]]
|
||||
dmi.sys_vendor = "LENOVO"
|
||||
dmi.product_name = "83Q3"
|
||||
# Legion Go S 8APU1 - Z1E SKU2
|
||||
device = "legion_go_s"
|
||||
variant = "83Q3"
|
||||
|
||||
[[device]]
|
||||
dmi.sys_vendor = "LENOVO"
|
||||
dmi.product_name = "83N0"
|
||||
# Legion Go 8ASP2 - Z2E SKU
|
||||
device = "legion_go_2"
|
||||
variant = "83N0"
|
||||
|
||||
[[device]]
|
||||
dmi.sys_vendor = "LENOVO"
|
||||
dmi.product_name = "83N1"
|
||||
# Legion Go 8AHP2 - Z2 SKU
|
||||
device = "legion_go_2"
|
||||
variant = "83N1"
|
||||
|
||||
[performance_profile]
|
||||
platform_profile_name = "lenovo-wmi-gamezone"
|
||||
suggested_default = "custom"
|
||||
|
@ -37,4 +55,4 @@ method = "firmware_attribute"
|
|||
|
||||
[tdp_limit.firmware_attribute]
|
||||
attribute = "lenovo-wmi-other-0"
|
||||
performance_profile = "custom"
|
||||
performance_profile = "custom"
|
Loading…
Add table
Add a link
Reference in a new issue