Unverified Commit 54a8cada authored by Kurt Borja's avatar Kurt Borja Committed by Ilpo Järvinen
Browse files

alienware-wmi: Adds support to Alienware m16 R1 AMD

parent c1043cdb
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -241,6 +241,15 @@ static const struct dmi_system_id alienware_quirks[] __initconst = {
		},
		.driver_data = &quirk_asm201,
	},
	{
		.callback = dmi_matched,
		.ident = "Alienware m16 R1 AMD",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m16 R1 AMD"),
		},
		.driver_data = &quirk_x_series,
	},
	{
		.callback = dmi_matched,
		.ident = "Alienware m17 R5",