]> asedeno.scripts.mit.edu Git - linux.git/commit
Input: psxpad-spi - switch to using polled mode of input devices
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 29 Oct 2019 04:27:49 +0000 (21:27 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 30 Oct 2019 00:13:36 +0000 (17:13 -0700)
commit055070a7d0d35d0a85697f21788a2c82534ed53b
tree9dbc3363e1fefd9a8ab5e6851edaa3bde467be4b
parent7448bfec6bf5e3e4a5abdd21b125a95c29a5952f
Input: psxpad-spi - 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 psxpad-spi driver to use the
polling mode of standard input devices and removes dependency on
INPUT_POLLDEV.

Link: https://lore.kernel.org/r/20191001220421.GA66693@dtor-ws
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joystick/Kconfig
drivers/input/joystick/psxpad-spi.c