diff options
author | Thomas Renninger <trenn@suse.de> | 2010-05-21 10:18:12 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-08-03 09:48:42 -0400 |
commit | f6b2ff0821fb1b05a24beb6b343aa80e8a383a9e (patch) | |
tree | f6f79174e660b132e6f78d228c4fcca5913fb593 /drivers/platform | |
parent | a2806c6f00d851f11ef8725d78739d48a1ca2fe9 (diff) |
x86 platform drivers: hp-wmi Add media key 0x20e8
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
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/hp-wmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c index e04715abca20..f3ae911cbab9 100644 --- a/drivers/platform/x86/hp-wmi.c +++ b/drivers/platform/x86/hp-wmi.c | |||
@@ -96,6 +96,7 @@ static struct key_entry hp_wmi_keymap[] = { | |||
96 | {KE_KEY, 0x02, KEY_BRIGHTNESSUP}, | 96 | {KE_KEY, 0x02, KEY_BRIGHTNESSUP}, |
97 | {KE_KEY, 0x03, KEY_BRIGHTNESSDOWN}, | 97 | {KE_KEY, 0x03, KEY_BRIGHTNESSDOWN}, |
98 | {KE_KEY, 0x20e6, KEY_PROG1}, | 98 | {KE_KEY, 0x20e6, KEY_PROG1}, |
99 | {KE_KEY, 0x20e8, KEY_MEDIA}, | ||
99 | {KE_KEY, 0x2142, KEY_MEDIA}, | 100 | {KE_KEY, 0x2142, KEY_MEDIA}, |
100 | {KE_KEY, 0x213b, KEY_INFO}, | 101 | {KE_KEY, 0x213b, KEY_INFO}, |
101 | {KE_KEY, 0x2169, KEY_DIRECTION}, | 102 | {KE_KEY, 0x2169, KEY_DIRECTION}, |