lkml.org 
[lkml]   [2004]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRemove extra whitespace in input.h
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.030 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site