[PATCH 1/1] usb/input: Add fn key to hid-debug.h

From: Michael Hanselmann
Date: Sun Dec 11 2005 - 15:37:39 EST


This patch adds the fn key to hid-debug.h.

Signed-off-by: Michael Hanselmann <linux-kernel@xxxxxxxxx>
Acked-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
---
Applies to 2.6.15-rc5.

--- linux-2.6.15-rc5/drivers/usb/input/hid-debug.h.orig 2005-12-11 20:54:24.000000000 +0100
+++ linux-2.6.15-rc5/drivers/usb/input/hid-debug.h 2005-12-11 20:54:35.000000000 +0100
@@ -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] = {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/