]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ts4800-ts - switch to using polled mode of input devices
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 29 Oct 2019 23:50:20 +0000 (16:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 30 Oct 2019 00:13:40 +0000 (17:13 -0700)
commit2e14eeda2656f4a28c40427d8675587b9582474d
tree4bc79507706a14a79d351d6bd096f8923d1bd53b
parent0feaa4ccd1e4299e335007bef588afb4441557d0
Input: ts4800-ts - switch to using polled mode of input devices

We have added polled mode to the normal input devices with the intent of
retiring input_polled_dev. This converts ts4800-ts driver to use the
polling mode of standard input devices and removes dependency on
INPUT_POLLDEV.

Link: https://lore.kernel.org/r/20191017204217.106453-4-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/ts4800-ts.c