Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Derek J. Clark and committed by
Ilpo Järvinen
55715d7a 8d0aef2b

+16 -1
+16 -1
drivers/platform/x86/lenovo/wmi-gamezone.c
··· 266 266 }, 267 267 .driver_data = &quirk_no_extreme_bug, 268 268 }, 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 + }, 269 285 {}, 270 - 271 286 }; 272 287 273 288 /**