]> git.baikalelectronics.ru Git - kernel.git/commit
Input: wacom - add support for three new ISDv4 sensors
authorJason Gerecke <killertofu@gmail.com>
Thu, 15 May 2014 00:14:29 +0000 (17:14 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 15 May 2014 01:47:09 +0000 (18:47 -0700)
commitd51c345159045fb228d46daaeda9c639c51cbe48
treecd9a53c280cec3e57f3721151c0f0da6c598aed7
parentbfb0bad481da43dc546bb733bf2bbf59d0884fe0
Input: wacom - add support for three new ISDv4 sensors

This patch adds support for the 0x4004, 0x5000, and 0x5002 sensors found
on what should be the Motion R12, Fujitsu Q704, and Fujitsu T904. These
tablets use a new report ID (3) for their touch packets and a slightly
different HID descriptor format, but are otherwise largely identical in
protocol to the "MTTPC" tablets.

Note:
 * The R12 uses its 0x4004 sensor for touch input only. A pen interface
   is not present in its HID descriptor, though its possible a 0x4004
   may be used for pen input by other tablet PCs in the future.

 * The 0x5002 sensor appears to use a new report ID (8) for its pen
   packets. The other sensors continue to use the traditional report
   ID (2).

Signed-off-by: Jason Gerecke <killertofu@gmail.com>
Reviewed-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/tablet/wacom_sys.c
drivers/input/tablet/wacom_wac.c
drivers/input/tablet/wacom_wac.h