From: Guenter Roeck Date: Sat, 14 Dec 2013 17:30:18 +0000 (-0800) Subject: i8k: Add support for Dell XPS M140 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=919a0304a833a0dc131425c70e603c0ccf32c843;p=deliverable%2Flinux.git i8k: Add support for Dell XPS M140 Signed-off-by: Guenter Roeck Acked-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c index 4b707c108d13..18571b5d5c46 100644 --- a/drivers/char/i8k.c +++ b/drivers/char/i8k.c @@ -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"), + }, + }, { } };