Commit 3bfb0a7e authored by Sebastian Frei's avatar Sebastian Frei Committed by Dmitry Torokhov

Input: wistron_btns - add DMI entry for Medion WIM2030 laptop

Signed-off-by: default avatarSebastian Frei <dr.nop@gmx.net>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent fde11323
......@@ -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",
......
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