Skip to content

Commit 50293d7

Browse files
kuu-rtSasha Levin
authored andcommitted
platform/x86: alienware-wmi-wmax: Add G-Mode support to m18 laptops
commit bd5914c upstream. Alienware m18 laptops support G-Mode. Therefore, match them with G-Series quirks. Cc: stable@vger.kernel.org Tested-by: Olexa Bilaniuk <obilaniu@gmail.com> Signed-off-by: Kurt Borja <kuurtb@gmail.com> Link: https://patch.msgid.link/20260129-m18-gmode-v1-1-48be521487b9@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d78e74a commit 50293d7

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
@@ -175,7 +175,7 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
175175
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
176176
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m18"),
177177
},
178-
.driver_data = &generic_quirks,
178+
.driver_data = &g_series_quirks,
179179
},
180180
{
181181
.ident = "Alienware x15",

0 commit comments

Comments
 (0)