Unverified Commit 21ebfff1 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 "X" family



Add support for the whole "Alienware X" 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-4-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 e8c3c875
Loading
Loading
Loading
Loading
+4 −12
Original line number Diff line number Diff line
@@ -146,26 +146,18 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
		.driver_data = &generic_quirks,
	},
	{
		.ident = "Alienware x15 R1",
		.ident = "Alienware x15",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x15 R1"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x15"),
		},
		.driver_data = &generic_quirks,
	},
	{
		.ident = "Alienware x15 R2",
		.ident = "Alienware x17",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x15 R2"),
		},
		.driver_data = &generic_quirks,
	},
	{
		.ident = "Alienware x17 R2",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x17 R2"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x17"),
		},
		.driver_data = &generic_quirks,
	},