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

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