aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorStefan Lippers-Hollmann <s.L-H@gmx.de>2013-08-13 01:45:38 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-08-13 12:52:16 -0400
commit53e88754a28c15ac9feb9ca786174c9546098dcd (patch)
tree69e1c283c539779de6a5c93bb3901473ffb8aa3c /drivers/input
parent4485455dbb0546b185197746c500100a364b59b3 (diff)
Input: wistron_btns - mark the Medion MD96500 keymap as tested
DMI: MEDIONPC WIM 2040/WIM 2040, BIOS R01-A0O 11/04/2005 wistron_btns: BIOS signature found at c00f6b00, entry point 000FDD50 input: Wistron laptop buttons as /devices/platform/wistron-bios/input/input5 Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/misc/wistron_btns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c
index 26d51563c1b2..bef5b47cfe74 100644
--- a/drivers/input/misc/wistron_btns.c
+++ b/drivers/input/misc/wistron_btns.c
@@ -562,7 +562,7 @@ static struct key_entry keymap_wistron_md96500[] __initdata = {
562 { KE_KEY, 0x36, {KEY_WWW} }, 562 { KE_KEY, 0x36, {KEY_WWW} },
563 { KE_WIFI, 0x30 }, 563 { KE_WIFI, 0x30 },
564 { KE_BLUETOOTH, 0x44 }, 564 { KE_BLUETOOTH, 0x44 },
565 { KE_END, FE_UNTESTED } 565 { KE_END, 0 }
566}; 566};
567 567
568static struct key_entry keymap_wistron_generic[] __initdata = { 568static struct key_entry keymap_wistron_generic[] __initdata = {