Skip to content

Commit 5ff79ca

Browse files
kuu-rtij-intel
authored andcommitted
platform/x86: alienware-wmi-wmax: Add G-Mode support to Alienware m16 R1
Some users report the Alienware m16 R1 models, support G-Mode. This was manually verified by inspecting their ACPI tables. Cc: [email protected] Signed-off-by: Kurt Borja <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent fcf27a6 commit 5ff79ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/dell/alienware-wmi-wmax.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
6767
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
6868
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m16 R1 AMD"),
6969
},
70-
.driver_data = &generic_quirks,
70+
.driver_data = &g_series_quirks,
7171
},
7272
{
7373
.ident = "Alienware m17 R5",

0 commit comments

Comments
 (0)