Skip to content

Commit 01bd181

Browse files
kuu-rtij-intel
authored andcommitted
alienware-wmi: Adds support to Alienware x17 R2
Adds support to Alienware x17 R2 Tested-by: Samith Castro <SamithNarayam@hotmail.com> Signed-off-by: Kurt Borja <kuurtb@gmail.com> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20241111183609.14653-1-kuurtb@gmail.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 1c1eb70 commit 01bd181

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
@@ -267,6 +267,15 @@ static const struct dmi_system_id alienware_quirks[] __initconst = {
267267
},
268268
.driver_data = &quirk_x_series,
269269
},
270+
{
271+
.callback = dmi_matched,
272+
.ident = "Alienware x17 R2",
273+
.matches = {
274+
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
275+
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x17 R2"),
276+
},
277+
.driver_data = &quirk_x_series,
278+
},
270279
{
271280
.callback = dmi_matched,
272281
.ident = "Alienware X51 R1",

0 commit comments

Comments
 (0)