]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
x86 platform drivers: hp-wmi Add media key 0x20e8
authorThomas Renninger <trenn@suse.de>
Fri, 21 May 2010 14:18:12 +0000 (16:18 +0200)
committerMatthew Garrett <mjg@redhat.com>
Tue, 3 Aug 2010 13:48:42 +0000 (09:48 -0400)
Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
CC: linux-acpi@vger.kernel.org
CC: platform-driver-x86@vger.kernel.org
drivers/platform/x86/hp-wmi.c

index e04715abca20307137053cde190be9e3f5bb589f..f3ae911cbab9a781c3bbec70a7fa53f1019e6470 100644 (file)
@@ -96,6 +96,7 @@ static struct key_entry hp_wmi_keymap[] = {
        {KE_KEY, 0x02, KEY_BRIGHTNESSUP},
        {KE_KEY, 0x03, KEY_BRIGHTNESSDOWN},
        {KE_KEY, 0x20e6, KEY_PROG1},
+       {KE_KEY, 0x20e8, KEY_MEDIA},
        {KE_KEY, 0x2142, KEY_MEDIA},
        {KE_KEY, 0x213b, KEY_INFO},
        {KE_KEY, 0x2169, KEY_DIRECTION},