]> git.baikalelectronics.ru Git - kernel.git/commit
Input: rb532_button - switch to using polled mode of input devices
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 30 Oct 2019 00:04:33 +0000 (17:04 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 30 Oct 2019 00:15:46 +0000 (17:15 -0700)
commit7e55cc8ad8481b7a37358a723ae1f2dce4b603c0
treecf43d4b57769a1c33c1d8451b43364d9d0838ac2
parent2bf5861aff8e2843a68c95b054d18bf16432e13d
Input: rb532_button - 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 rb532_button driver to use
the polling mode of standard input devices and removes dependency on
INPUT_POLLDEV.

Link: https://lore.kernel.org/r/20191017204217.106453-17-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/Kconfig
drivers/input/misc/rb532_button.c