* Remove extra whitespace in input.h
@ 2004-04-05 21:13 Pavel Machek
0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2004-04-05 21:13 UTC (permalink / raw)
To: vojtech, kernel list
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?]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-04-05 21:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-05 21:13 Remove extra whitespace in input.h Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®