Commit 919a0304 authored by Guenter Roeck's avatar Guenter Roeck Committed by Greg Kroah-Hartman
Browse files

i8k: Add support for Dell XPS M140

parent ff457bde
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -699,6 +699,13 @@ static struct dmi_system_id i8k_dmi_table[] __initdata = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Studio"),
		},
	},
	{
		.ident = "Dell XPS M140",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
			DMI_MATCH(DMI_PRODUCT_NAME, "MXC051"),
		},
	},
	{ }
};