]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Input: ads7846 - avoid pen up/down when reading hwmon
authorDavid Jander <david@protonic.nl>
Mon, 20 Mar 2017 18:05:29 +0000 (11:05 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 25 Mar 2017 17:38:43 +0000 (10:38 -0700)
commitf5a28a7d4858f94a2d8b5271ffee607de30050e4
tree2384d99ea5dfd78020a938f3188f6f53ba115575
parente839ffab028981ac77f650faf8c84f16e1719738
Input: ads7846 - avoid pen up/down when reading hwmon

Each time the HWMON devices are read (e.g. battery voltage) while the
touchscreen is held pressed, extra pen-up and pen-down events are
generated. This is fixed by avoiding the UP event when the touchscreen is
stopped.

Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ads7846.c