From: Pavel Machek <pavel@ucw.cz>
To: vojtech@ucw.cz, kernel list <linux-kernel@vger.kernel.org>
Subject: Remove extra whitespace in input.h
Date: Mon, 5 Apr 2004 23:13:47 +0200 [thread overview]
Message-ID: <20040405211347.GA3605@elf.ucw.cz> (raw)
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?]
reply other threads:[~2004-04-05 21:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040405211347.GA3605@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=vojtech@ucw.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®