linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] Input: Add new ABS_WHEEL2 axis
@ 2011-10-22  1:35 Jason Gerecke
  2011-10-22  1:35 ` [PATCH 2/3] Input: wacom: Add support for Cintiq 24HD Jason Gerecke
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jason Gerecke @ 2011-10-22  1:35 UTC (permalink / raw)
  To: linux-input; +Cc: Jason Gerecke

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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-11-14 18:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-22  1:35 [PATCH 1/3] Input: Add new ABS_WHEEL2 axis Jason Gerecke
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).