aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-12-12 10:22:32 +0000
committerMark Brown <broonie@linaro.org>2013-12-12 10:22:32 +0000
commit78157f5f8cde58d3c552ad6f0ad65118a92e3529 (patch)
tree02476bdee08159c29579a99252f7b85a2275e60c /drivers/char
parentc4a3c95bcca5d9997e73c581b8cf6fb9adf8434c (diff)
parent16c29dd8dd14a722836ca31440486feb2d730e29 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-android
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/i8k.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c
index 40cc0cf2ded..e6939e13e33 100644
--- a/drivers/char/i8k.c
+++ b/drivers/char/i8k.c
@@ -664,6 +664,13 @@ static struct dmi_system_id __initdata i8k_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Vostro"),
},
},
+ {
+ .ident = "Dell XPS421",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "XPS L421X"),
+ },
+ },
{ }
};