From: Daniel Mack <daniel@caiaq.de>
To: linux-input@vger.kernel.org
Cc: Daniel Mack <daniel@caiaq.de>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Subject: [PATCH] input: add ABS definitions for 16 pressure sensitve pads
Date: Sat, 7 Aug 2010 17:38:17 +0200 [thread overview]
Message-ID: <1281195497-6957-1-git-send-email-daniel@caiaq.de> (raw)
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
include/linux/input.h | 19 ++++++++++++++++++-
include/linux/mod_devicetable.h | 2 +-
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/include/linux/input.h b/include/linux/input.h
index 896a922..b88d965 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -709,13 +709,30 @@ struct input_absinfo {
#define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */
#define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */
+#define ABS_PAD0 0x40 /* pressure sensitive pads */
+#define ABS_PAD1 0x41
+#define ABS_PAD2 0x42
+#define ABS_PAD3 0x43
+#define ABS_PAD4 0x44
+#define ABS_PAD5 0x45
+#define ABS_PAD6 0x46
+#define ABS_PAD7 0x47
+#define ABS_PAD8 0x48
+#define ABS_PAD9 0x49
+#define ABS_PAD10 0x4a
+#define ABS_PAD11 0x4b
+#define ABS_PAD12 0x4c
+#define ABS_PAD13 0x4d
+#define ABS_PAD14 0x4e
+#define ABS_PAD15 0x4f
+
#ifdef __KERNEL__
/* Implementation details, userspace should not care about these */
#define ABS_MT_FIRST ABS_MT_TOUCH_MAJOR
#define ABS_MT_LAST ABS_MT_PRESSURE
#endif
-#define ABS_MAX 0x3f
+#define ABS_MAX 0x4f
#define ABS_CNT (ABS_MAX+1)
/*
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index 48c007d..f9711de 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -287,7 +287,7 @@ struct pcmcia_device_id {
#define INPUT_DEVICE_ID_KEY_MIN_INTERESTING 0x71
#define INPUT_DEVICE_ID_KEY_MAX 0x2ff
#define INPUT_DEVICE_ID_REL_MAX 0x0f
-#define INPUT_DEVICE_ID_ABS_MAX 0x3f
+#define INPUT_DEVICE_ID_ABS_MAX 0x4f
#define INPUT_DEVICE_ID_MSC_MAX 0x07
#define INPUT_DEVICE_ID_LED_MAX 0x0f
#define INPUT_DEVICE_ID_SND_MAX 0x07
--
1.7.1
next reply other threads:[~2010-08-07 15:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-07 15:38 Daniel Mack [this message]
2010-08-13 3:39 ` [PATCH] input: add ABS definitions for 16 pressure sensitve pads Dmitry Torokhov
2010-09-02 9:40 ` Daniel Mack
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=1281195497-6957-1-git-send-email-daniel@caiaq.de \
--to=daniel@caiaq.de \
--cc=dmitry.torokhov@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 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).