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 <[email protected]> Signed-off-by: Kurt Borja <[email protected]> Reviewed-by: Armin Wolf <[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 c1043cd commit 54a8cad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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)