]> git.baikalelectronics.ru Git - kernel.git/commit
HID: wacom: Correct touch maximum XY of 2nd-gen Intuos
authorJason Gerecke <killertofu@gmail.com>
Tue, 26 Jun 2018 16:58:02 +0000 (09:58 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 3 Jul 2018 10:09:34 +0000 (12:09 +0200)
commit08cd439a5c9506463104b9b6e5d08b147d6e5eb4
treec639cc668fcecb2cbb34a9dbb54f3836a095bfb5
parent7ff868fdb6c936710d137fb700ef493d2c6b248b
HID: wacom: Correct touch maximum XY of 2nd-gen Intuos

The touch sensors on the 2nd-gen Intuos tablets don't use a 4096x4096
sensor like other similar tablets (3rd-gen Bamboo, Intuos5, etc.).
The incorrect maximum XY values don't normally affect userspace since
touch input from these devices is typically relative rather than
absolute. It does, however, cause problems when absolute distances
need to be measured, e.g. for gesture recognition. Since the resolution
of the touch sensor on these devices is 10 units / mm (versus 100 for
the pen sensor), the proper maximum values can be calculated by simply
dividing by 10.

Fixes: 917dee2be3 ("Input: wacom - add support for three new Intuos devices")
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/wacom_wac.c