From: Stefan Rompf The Amilo 7400M is mostly identical in construction to the Amilo Pro 2000, so it can be supported by the wistron driver. Cc: Dmitry Torokhov Signed-off-by: Andrew Morton --- drivers/input/misc/wistron_btns.c | 9 +++++++++ 1 files changed, 9 insertions(+) diff -puN drivers/input/misc/wistron_btns.c~wistron_btns-add-support-for-amilo-7400m drivers/input/misc/wistron_btns.c --- devel/drivers/input/misc/wistron_btns.c~wistron_btns-add-support-for-amilo-7400m 2006-03-29 19:18:39.000000000 -0800 +++ devel-akpm/drivers/input/misc/wistron_btns.c 2006-03-29 19:18:39.000000000 -0800 @@ -323,6 +323,15 @@ static struct dmi_system_id dmi_ids[] = }, { .callback = dmi_matched, + .ident = "Fujitsu-Siemens Amilo M7400", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), + DMI_MATCH(DMI_PRODUCT_NAME, "AMILO M "), + }, + .driver_data = keymap_fs_amilo_pro_v2000 + }, + { + .callback = dmi_matched, .ident = "Acer Aspire 1500", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Acer"), _