projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fde1132
)
Input: wistron_btns - add DMI entry for Medion WIM2030 laptop
author
Sebastian Frei
<dr.nop@gmx.net>
Tue, 6 Oct 2009 04:43:39 +0000
(21:43 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 6 Oct 2009 04:59:42 +0000
(21:59 -0700)
Signed-off-by: Sebastian Frei <dr.nop@gmx.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/wistron_btns.c
patch
|
blob
|
history
diff --git
a/drivers/input/misc/wistron_btns.c
b/drivers/input/misc/wistron_btns.c
index 11fd038a078f2121367e0b80f16dcc54fcd94ea1..a932179c4c9efa7fa589caf56b7d83dd111e0df1 100644
(file)
--- a/
drivers/input/misc/wistron_btns.c
+++ b/
drivers/input/misc/wistron_btns.c
@@
-934,6
+934,15
@@
static struct dmi_system_id dmi_ids[] __initdata = {
},
.driver_data = keymap_wistron_md2900
},
+ {
+ .callback = dmi_matched,
+ .ident = "Medion MD 42200",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Medion"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "WIM 2030"),
+ },
+ .driver_data = keymap_fs_amilo_pro_v2000
+ },
{
.callback = dmi_matched,
.ident = "Medion MD 96500",