Unverified Commit 6f91ad24 authored by Anthony Wong's avatar Anthony Wong Committed by Ilpo Järvinen
Browse files

platform/x86: alienware-wmi-wmax: Add AWCC support to Alienware 16 Aurora

parent fa0498f8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -89,6 +89,14 @@ static struct awcc_quirks generic_quirks = {
static struct awcc_quirks empty_quirks;

static const struct dmi_system_id awcc_dmi_table[] __initconst = {
	{
		.ident = "Alienware 16 Aurora",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware 16 Aurora"),
		},
		.driver_data = &g_series_quirks,
	},
	{
		.ident = "Alienware Area-51m",
		.matches = {