Browse Source

i8k: Add support for Dell XPS M140

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>
Guenter Roeck 11 years ago
parent
commit
919a0304a8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      drivers/char/i8k.c

+ 7 - 0
drivers/char/i8k.c

@@ -699,6 +699,13 @@ static struct dmi_system_id i8k_dmi_table[] __initdata = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Studio"),
 			DMI_MATCH(DMI_PRODUCT_NAME, "Studio"),
 		},
 		},
 	},
 	},
+	{
+		.ident = "Dell XPS M140",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "MXC051"),
+		},
+	},
 	{ }
 	{ }
 };
 };