* [PATCH] HP-WMI: additional keycode (or typo)
@ 2008-10-11 8:51 Eric Piel
0 siblings, 0 replies; only message in thread
From: Eric Piel @ 2008-10-11 8:51 UTC (permalink / raw)
To: Matthew Garrett; +Cc: LKML, Andrew Morton
Hello Matthew,
On my HP 2510, pressing the (i) button generates an unknown keycode:
0x213b. So here is a patch adding support for it. However, as it seems
there is already support for a similar button connected to 0x231b as
keycode, I wonder if it could be a typo in the driver? If so, let me
know and I can redo the patch.
See you,
Eric
=
HP-WMI : add another keycode
On the hp nc2510, the (i) button generates a different keycode, add it
as KEY_INFO.
Signed-off-by: Eric Piel <eric.piel@tremplin-utc.net>
---
drivers/misc/hp-wmi.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/misc/hp-wmi.c b/drivers/misc/hp-wmi.c
index 6d407c2..02329df 100644
--- a/drivers/misc/hp-wmi.c
+++ b/drivers/misc/hp-wmi.c
@@ -82,6 +82,7 @@ static struct key_entry hp_wmi_keymap[] = {
{KE_KEY, 0x03, KEY_BRIGHTNESSDOWN},
{KE_KEY, 0x20e6, KEY_PROG1},
{KE_KEY, 0x2142, KEY_MEDIA},
+ {KE_KEY, 0x213b, KEY_INFO},
{KE_KEY, 0x231b, KEY_HELP},
{KE_END, 0}
};
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-11 8:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-11 8:51 [PATCH] HP-WMI: additional keycode (or typo) Eric Piel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.