All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: wacom - Add INPUT_PROP_DIRECT flag to Cintiq 24HD
@ 2012-10-23 22:45 Jason Gerecke
  0 siblings, 0 replies; only message in thread
From: Jason Gerecke @ 2012-10-23 22:45 UTC (permalink / raw)
  To: linux-input, dmitry.torokhov; +Cc: Jason Gerecke

Signed-off-by: Jason Gerecke <killertofu@gmail.com>
---
 drivers/input/tablet/wacom_wac.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
index c3468c8..c30d4c9 100644
--- a/drivers/input/tablet/wacom_wac.c
+++ b/drivers/input/tablet/wacom_wac.c
@@ -1449,6 +1449,9 @@ int wacom_setup_input_capabilities(struct input_dev *input_dev,
 
 		input_set_abs_params(input_dev, ABS_Z, -900, 899, 0, 0);
 		input_set_abs_params(input_dev, ABS_THROTTLE, 0, 71, 0, 0);
+
+		__set_bit(INPUT_PROP_DIRECT, input_dev->propbit);
+
 		wacom_setup_cintiq(wacom_wac);
 		break;
 
-- 
1.7.12.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-23 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-23 22:45 [PATCH] Input: wacom - Add INPUT_PROP_DIRECT flag to Cintiq 24HD Jason Gerecke

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.