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

platform/x86: alienware-wmi-wmax: Add support for the whole "M" family



Add support for the whole "Alienware M" laptop family.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarKurt Borja <kuurtb@gmail.com>
Link: https://patch.msgid.link/20251103-family-supp-v1-3-a241075d1787@gmail.com


Reviewed-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
parent 173b2380
Loading
Loading
Loading
Loading
+6 −14
Original line number Diff line number Diff line
@@ -98,18 +98,10 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
		.driver_data = &generic_quirks,
	},
	{
		.ident = "Alienware m15 R5",
		.ident = "Alienware m15",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m15 R5"),
		},
		.driver_data = &generic_quirks,
	},
	{
		.ident = "Alienware m15 R7",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m15 R7"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m15"),
		},
		.driver_data = &generic_quirks,
	},
@@ -138,18 +130,18 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
		.driver_data = &generic_quirks,
	},
	{
		.ident = "Alienware m17 R5",
		.ident = "Alienware m17",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17 R5 AMD"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17"),
		},
		.driver_data = &generic_quirks,
	},
	{
		.ident = "Alienware m18 R2",
		.ident = "Alienware m18",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m18 R2"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m18"),
		},
		.driver_data = &generic_quirks,
	},