Skip to content

Commit 55715d7

Browse files
pastaqij-intel
authored andcommitted
platform/x86: wmi-gamezone: Add Legion Go 2 Quirks
Add Legion Go 2 SKU's to the Extreme Mode quirks table. Signed-off-by: Derek J. Clark <derekjohn.clark@gmail.com> Reviewed-by: Armin Wolf <W_Armin@gmx.de> Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca> Link: https://patch.msgid.link/20251127151605.1018026-4-derekjohn.clark@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 8d0aef2 commit 55715d7

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

drivers/platform/x86/lenovo/wmi-gamezone.c

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,23 @@ static const struct dmi_system_id fwbug_list[] = {
266266
},
267267
.driver_data = &quirk_no_extreme_bug,
268268
},
269+
{
270+
.ident = "Legion Go 8ASP2",
271+
.matches = {
272+
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
273+
DMI_MATCH(DMI_PRODUCT_VERSION, "Legion Go 8ASP2"),
274+
},
275+
.driver_data = &quirk_no_extreme_bug,
276+
},
277+
{
278+
.ident = "Legion Go 8AHP2",
279+
.matches = {
280+
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
281+
DMI_MATCH(DMI_PRODUCT_VERSION, "Legion Go 8AHP2"),
282+
},
283+
.driver_data = &quirk_no_extreme_bug,
284+
},
269285
{},
270-
271286
};
272287

273288
/**

0 commit comments

Comments
 (0)