Remove extra whitespace in input.h
From: Pavel Machek
Date: Mon Apr 05 2004 - 16:44:54 EST
Hi!
Perhaps this is good idea? BTN_0 vs. KEY_0 puzzled me for a while.
Pavel
Index: linux/include/linux/input.h
===================================================================
--- linux.orig/include/linux/input.h 2004-04-05 22:47:34.000000000 +0200
+++ linux/include/linux/input.h 2004-02-20 12:39:34.000000000 +0100
@@ -330,6 +330,7 @@
#define KEY_UNKNOWN 240
+/* This is for keys 0..9 on remote control etc. */
#define BTN_MISC 0x100
#define BTN_0 0x100
#define BTN_1 0x101
@@ -776,7 +777,6 @@
__old; })
struct input_dev {
-
void *private;
char *name;
@@ -858,7 +858,6 @@
(INPUT_DEVICE_ID_MATCH_DEVICE | INPUT_DEVICE_ID_MATCH_VERSION)
struct input_device_id {
-
unsigned long flags;
struct input_id id;
@@ -878,7 +877,6 @@
struct input_handle;
struct input_handler {
-
void *private;
void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
@@ -897,7 +895,6 @@
};
struct input_handle {
-
void *private;
int open;
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
-
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/