diff options
author | Stefan Rompf <stefan@loplof.de> | 2006-04-05 00:39:20 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-04-05 00:39:20 -0400 |
commit | 8a1b170898cd827b24cbf02c43c57f8489e9ccce (patch) | |
tree | e2525fc327ddcc2180510fda13cdc1091371dc2a /drivers/input | |
parent | b9ec4e109d7a342e83e1210e05797222e36555c3 (diff) | |
download | op-kernel-dev-8a1b170898cd827b24cbf02c43c57f8489e9ccce.zip op-kernel-dev-8a1b170898cd827b24cbf02c43c57f8489e9ccce.tar.gz |
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.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c index 4b415d9b..6ec0598 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[] = { }, { .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"), |