dect
/
linux-2.6
Archived
13
0
Fork 0

Input: add the fn key to hid-debug.h

Signed-off-by: Michael Hanselmann <linux-kernel@hansmi.ch>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Michael Hanselmann 2005-12-11 22:33:26 -05:00 committed by Dmitry Torokhov
parent 74a89c966e
commit 56f0356321
1 changed files with 1 additions and 0 deletions

View File

@ -681,6 +681,7 @@ static char *keys[KEY_MAX + 1] = {
[KEY_SEND] = "Send", [KEY_REPLY] = "Reply",
[KEY_FORWARDMAIL] = "ForwardMail", [KEY_SAVE] = "Save",
[KEY_DOCUMENTS] = "Documents",
[KEY_FN] = "Fn",
};
static char *relatives[REL_MAX + 1] = {