[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070115173432.GB4582@budig.de>
Date: Mon, 15 Jan 2007 18:34:32 +0100
From: Simon Budig <simon@...ig.de>
To: vojtech@...e.cz
Cc: linux-kernel@...r.kernel.org, Jiri Kosina <jikos@...os.cz>
Subject: Re: [PATCH 2.6.20-rc5] USB HID: proper LED-mapping (support for SpaceNavigator)
From: Simon Budig <simon@...ig.de>
This trivial change adds some missing enum values to the hid-debug output.
Signed-off-by: Simon Budig <simon@...ig.de>
--- linux/include/linux/hid-debug.h.orig 2007-01-15 18:19:52.000000000 +0100
+++ linux/include/linux/hid-debug.h 2007-01-15 18:21:44.000000000 +0100
@@ -700,9 +700,10 @@ static char *keys[KEY_MAX + 1] = {
static char *relatives[REL_MAX + 1] = {
[REL_X] = "X", [REL_Y] = "Y",
- [REL_Z] = "Z", [REL_HWHEEL] = "HWheel",
- [REL_DIAL] = "Dial", [REL_WHEEL] = "Wheel",
- [REL_MISC] = "Misc",
+ [REL_Z] = "Z", [REL_RX] = "Rx",
+ [REL_RY] = "Ry", [REL_RZ] = "Rz",
+ [REL_HWHEEL] = "HWheel", [REL_DIAL] = "Dial",
+ [REL_WHEEL] = "Wheel", [REL_MISC] = "Misc",
};
static char *absolutes[ABS_MAX + 1] = {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists