i8k: Add support for Dell XPS M140
authorGuenter Roeck <linux@roeck-us.net>
Sat, 14 Dec 2013 17:30:18 +0000 (09:30 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Dec 2013 00:47:04 +0000 (16:47 -0800)
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/i8k.c

index 4b707c108d13aede1c0c2097df0d6ee58fdcb5b7..18571b5d5c468422d90781a8bc1f2ac2e7e7bfc7 100644 (file)
@@ -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"),
+               },
+       },
        { }
 };