]> git.baikalelectronics.ru Git - kernel.git/commit
Input: wacom - add POINTER and DIRECT device properties
authorJason Gerecke <killertofu@gmail.com>
Thu, 8 Sep 2011 16:38:14 +0000 (09:38 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 8 Sep 2011 16:42:28 +0000 (09:42 -0700)
commit10942d37189e6cc8e204b2d395bfb2e06918d4f3
tree4198d5839ca7007abe5f13a2c07d6cdcc41b68cc
parent31a7dc54a7b8957786f8f7c400deceb720a4db9b
Input: wacom - add POINTER and DIRECT device properties

Adds INPUT_PROP_POINTER or INPUT_PROP_DIRECT as necessary to the
hardware supported by the Wacom driver. The DIRECT property is
assigned to devices with an embedded screen (i.e. touchscreens
and display tablets). The POINTER property is assigned to those
without embedded screens.

Signed-off-by: Jason Gerecke <killertofu@gmail.com>
Reviewed-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/hid/hid-wacom.c
drivers/input/tablet/wacom_wac.c
drivers/input/touchscreen/wacom_w8001.c