From: chris@cnpbagwell.com
To: linux-input@vger.kernel.org, pinglinux@gmail.com
Cc: Chris Bagwell <chris@cnpbagwell.com>
Subject: [PATCH 1/3] Input: wacom - remove unneeded touch pressure init
Date: Wed, 14 Sep 2011 20:36:26 -0500 [thread overview]
Message-ID: <1316050588-13473-2-git-send-email-chris@cnpbagwell.com> (raw)
In-Reply-To: <1316050588-13473-1-git-send-email-chris@cnpbagwell.com>
From: Chris Bagwell <chris@cnpbagwell.com>
These were left in during removal of touch pressure reports
but not needed now.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
Reviewed-by: Ping Cheng <pingc@wacom.com>
---
drivers/input/tablet/wacom_wac.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
index 74fa7dd..1503425 100644
--- a/drivers/input/tablet/wacom_wac.c
+++ b/drivers/input/tablet/wacom_wac.c
@@ -1030,8 +1030,6 @@ void wacom_setup_device_quirks(struct wacom_features *features)
features->y_max <<= 5;
features->x_fuzz <<= 5;
features->y_fuzz <<= 5;
- features->pressure_max = 256;
- features->pressure_fuzz = 16;
features->quirks |= WACOM_QUIRK_BBTOUCH_LOWRES;
}
}
@@ -1221,9 +1219,6 @@ void wacom_setup_input_capabilities(struct input_dev *input_dev,
input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
0, features->y_max,
features->y_fuzz, 0);
- input_set_abs_params(input_dev, ABS_MT_PRESSURE,
- 0, features->pressure_max,
- features->pressure_fuzz, 0);
} else if (features->device_type == BTN_TOOL_PEN) {
__set_bit(BTN_TOOL_RUBBER, input_dev->keybit);
__set_bit(BTN_TOOL_PEN, input_dev->keybit);
--
1.7.6
next prev parent reply other threads:[~2011-09-15 1:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-15 1:36 [PATCH 0/3] Input: wacom bamboo improvements chris
2011-09-15 1:36 ` chris [this message]
2011-09-15 1:36 ` [PATCH 2/3] Input: wacom - add ABS_DISTANCE to Bamboo Pen reports chris
2011-09-19 19:11 ` Ping Cheng
2011-09-15 1:36 ` [PATCH 3/3] Input: wacom - correct max Y value on medium bamboos chris
2011-09-16 11:32 ` [PATCH 0/3] Input: wacom bamboo improvements Henrik Rydberg
2011-10-10 14:04 ` Chris Bagwell
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=1316050588-13473-2-git-send-email-chris@cnpbagwell.com \
--to=chris@cnpbagwell.com \
--cc=linux-input@vger.kernel.org \
--cc=pinglinux@gmail.com \
/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).