From: Jason Gerecke Date: Thu, 25 Oct 2012 06:53:02 +0000 (-0700) Subject: Input: wacom - add INPUT_PROP_DIRECT flag to Cintiq 24HD X-Git-Tag: v3.7-rc4~7^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88fd449e734a4264347e12b8ff74ccb33a9b9a35;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Input: wacom - add INPUT_PROP_DIRECT flag to Cintiq 24HD Signed-off-by: Jason Gerecke Signed-off-by: Dmitry Torokhov --- 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;