Skip to content

Commit 54a8cad

Browse files
kuu-rtij-intel
authored andcommitted
alienware-wmi: Adds support to Alienware m16 R1 AMD
Adds support to Alienware m16 R1 AMD. Tested-by: Cihan Ozakca <cozakca@outlook.com> Signed-off-by: Kurt Borja <kuurtb@gmail.com> Reviewed-by: Armin Wolf <W_Armin@gmx.de> Link: https://lore.kernel.org/r/20241208003013.6490-3-kuurtb@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent c1043cd commit 54a8cad

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,15 @@ static const struct dmi_system_id alienware_quirks[] __initconst = {
241241
},
242242
.driver_data = &quirk_asm201,
243243
},
244+
{
245+
.callback = dmi_matched,
246+
.ident = "Alienware m16 R1 AMD",
247+
.matches = {
248+
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
249+
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m16 R1 AMD"),
250+
},
251+
.driver_data = &quirk_x_series,
252+
},
244253
{
245254
.callback = dmi_matched,
246255
.ident = "Alienware m17 R5",

0 commit comments

Comments
 (0)