Skip to content

Commit

Permalink
Input: add the fn key to hid-debug.h
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hanselmann <linux-kernel@hansmi.ch>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Michael Hanselmann authored and Dmitry Torokhov committed Dec 12, 2005
1 parent 74a89c9 commit 56f0356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/input/hid-debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 56f0356

Please sign in to comment.