diff options
author | Jason Gerecke <killertofu@gmail.com> | 2012-10-25 02:53:02 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-25 03:41:31 -0400 |
commit | 88fd449e734a4264347e12b8ff74ccb33a9b9a35 (patch) | |
tree | 45f300a9533aabbeae7ad8fb86d931023ffa29bd | |
parent | ae495e844a77344fdaedbb2ad97d925d096e9f0d (diff) |
Input: wacom - add INPUT_PROP_DIRECT flag to Cintiq 24HD
Signed-off-by: Jason Gerecke <killertofu@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r-- | drivers/input/tablet/wacom_wac.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c index c3468c8dbd89..c30d4c937952 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, | |||
1449 | 1449 | ||
1450 | input_set_abs_params(input_dev, ABS_Z, -900, 899, 0, 0); | 1450 | input_set_abs_params(input_dev, ABS_Z, -900, 899, 0, 0); |
1451 | input_set_abs_params(input_dev, ABS_THROTTLE, 0, 71, 0, 0); | 1451 | input_set_abs_params(input_dev, ABS_THROTTLE, 0, 71, 0, 0); |
1452 | |||
1453 | __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); | ||
1454 | |||
1452 | wacom_setup_cintiq(wacom_wac); | 1455 | wacom_setup_cintiq(wacom_wac); |
1453 | break; | 1456 | break; |
1454 | 1457 | ||