]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
platform/x86: wmi-gamezone: Add Legion Go 2 Quirks
authorDerek J. Clark <derekjohn.clark@gmail.com>
Thu, 27 Nov 2025 15:16:05 +0000 (07:16 -0800)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 28 Nov 2025 10:03:27 +0000 (12:03 +0200)
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>
drivers/platform/x86/lenovo/wmi-gamezone.c

index df475e52f79d8f4180ee807ed08af3412fa1fa0a..381836d29a9646f2cbe6457718fd267a936dd14c 100644 (file)
@@ -266,8 +266,23 @@ static const struct dmi_system_id fwbug_list[] = {
                },
                .driver_data = &quirk_no_extreme_bug,
        },
+       {
+               .ident = "Legion Go 8ASP2",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "Legion Go 8ASP2"),
+               },
+               .driver_data = &quirk_no_extreme_bug,
+       },
+       {
+               .ident = "Legion Go 8AHP2",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "Legion Go 8AHP2"),
+               },
+               .driver_data = &quirk_no_extreme_bug,
+       },
        {},
-
 };
 
 /**