i8k: Add support for Dell XPS M140
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / char / i8k.c
index 4b707c1..18571b5 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"),
+               },
+       },
        { }
 };