projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a89c9
)
Input: add the fn key to hid-debug.h
author
Michael Hanselmann
<linux-kernel@hansmi.ch>
Mon, 12 Dec 2005 03:33:26 +0000
(22:33 -0500)
committer
Dmitry Torokhov
<dtor_core@ameritech.net>
Mon, 12 Dec 2005 03:33:26 +0000
(22:33 -0500)
Signed-off-by: Michael Hanselmann <linux-kernel@hansmi.ch>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/usb/input/hid-debug.h
patch
|
blob
|
history
diff --git
a/drivers/usb/input/hid-debug.h
b/drivers/usb/input/hid-debug.h
index ceebab99eff24e08017efb8e7acf80826aab7d74..4a42162ee2ea9560ccfc8f5ba8ebb7388d2d6ca9 100644
(file)
--- a/
drivers/usb/input/hid-debug.h
+++ b/
drivers/usb/input/hid-debug.h
@@
-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] = {