Skip to content

Commit

Permalink
Input: wistron_btns - add DMI entry for Medion WIM2030 laptop
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Frei <dr.nop@gmx.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Sebastian Frei authored and Dmitry Torokhov committed Oct 6, 2009
1 parent fde1132 commit 3bfb0a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/input/misc/wistron_btns.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3bfb0a7

Please sign in to comment.