aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/misc/wistron_btns.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c
index 4b415d9b0123..6ec05985a14a 100644
--- a/drivers/input/misc/wistron_btns.c
+++ b/drivers/input/misc/wistron_btns.c
@@ -323,6 +323,15 @@ static struct dmi_system_id dmi_ids[] = {
323 }, 323 },
324 { 324 {
325 .callback = dmi_matched, 325 .callback = dmi_matched,
326 .ident = "Fujitsu-Siemens Amilo M7400",
327 .matches = {
328 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
329 DMI_MATCH(DMI_PRODUCT_NAME, "AMILO M "),
330 },
331 .driver_data = keymap_fs_amilo_pro_v2000
332 },
333 {
334 .callback = dmi_matched,
326 .ident = "Acer Aspire 1500", 335 .ident = "Acer Aspire 1500",
327 .matches = { 336 .matches = {
328 DMI_MATCH(DMI_SYS_VENDOR, "Acer"), 337 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),