]> 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)
commit741b9c80b312dfacb51c9dfafb4645154c3053e1
tree4198d5839ca7007abe5f13a2c07d6cdcc41b68cc
parentbe7fa7f4540f9fee4d910e73c67cdefc938d53f5
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