aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorStefan Rompf <stefan@loplof.de>2006-04-05 00:39:20 -0400
committerDmitry Torokhov <dtor_core@ameritech.net>2006-04-05 00:39:20 -0400
commit8a1b170898cd827b24cbf02c43c57f8489e9ccce (patch)
treee2525fc327ddcc2180510fda13cdc1091371dc2a /drivers/input
parentb9ec4e109d7a342e83e1210e05797222e36555c3 (diff)
Input: wistron - add signature for Amilo M7400
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-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"),