From: Jason Gerecke <killertofu@gmail.com>
To: linux-input@vger.kernel.org
Cc: Jason Gerecke <killertofu@gmail.com>
Subject: [PATCH 1/3] Input: Add new ABS_WHEEL2 axis
Date: Fri, 21 Oct 2011 18:35:50 -0700 [thread overview]
Message-ID: <1319247352-2006-1-git-send-email-killertofu@gmail.com> (raw)
Provides a new ABS_WHEEL2 axis in input.h for use by drivers who
need to represent hardware with dual wheels.
Signed-off-by: Jason Gerecke <killertofu@gmail.com>
---
include/linux/input.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/input.h b/include/linux/input.h
index 6d5eddb..117c68d 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -768,6 +768,7 @@ struct input_keymap_entry {
#define ABS_TILT_X 0x1a
#define ABS_TILT_Y 0x1b
#define ABS_TOOL_WIDTH 0x1c
+#define ABS_WHEEL2 0x1d
#define ABS_VOLUME 0x20
--
1.7.6
next reply other threads:[~2011-10-22 1:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-22 1:35 Jason Gerecke [this message]
2011-10-22 1:35 ` [PATCH 2/3] Input: wacom: Add support for Cintiq 24HD Jason Gerecke
2011-11-04 2:48 ` Chris Bagwell
2011-10-22 1:35 ` [PATCH 3/3] Input: wacom: Add LED " Jason Gerecke
2011-11-02 19:46 ` [PATCH 1/3] Input: Add new ABS_WHEEL2 axis Jason Gerecke
2011-11-03 0:08 ` Ping Cheng
2011-11-14 18:19 ` Jason Gerecke
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=1319247352-2006-1-git-send-email-killertofu@gmail.com \
--to=killertofu@gmail.com \
--cc=linux-input@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.