Commit 8a1b1708 authored by Stefan Rompf's avatar Stefan Rompf Committed by Dmitry Torokhov

Input: wistron - add signature for Amilo M7400

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent b9ec4e10
......@@ -321,6 +321,15 @@ static struct dmi_system_id dmi_ids[] = {
},
.driver_data = keymap_fs_amilo_pro_v2000
},
{
.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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment