Skip to content

Commit 4cd4e11

Browse files
kuu-rtgregkh
authored andcommitted
platform/x86: alienware-wmi-wmax: Add G-Mode support to Alienware m16 R1
commit 5ff79ca upstream. Some users report the Alienware m16 R1 models, support G-Mode. This was manually verified by inspecting their ACPI tables. Cc: stable@vger.kernel.org Signed-off-by: Kurt Borja <kuurtb@gmail.com> Link: https://lore.kernel.org/r/20250411-awcc-support-v1-1-09a130ec4560@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 2117444 commit 4cd4e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ static const struct dmi_system_id alienware_quirks[] __initconst = {
248248
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
249249
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m16 R1 AMD"),
250250
},
251-
.driver_data = &quirk_x_series,
251+
.driver_data = &quirk_g_series,
252252
},
253253
{
254254
.callback = dmi_matched,

0 commit comments

Comments
 (0)