Skip to content

Commit

Permalink
Input: remove input_polled_dev implementation
Browse files Browse the repository at this point in the history
Now that normal input devices support polling mode, and all users of
input_polled_dev API have been converted, we can remove it.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Dmitry Torokhov committed Dec 2, 2020
1 parent f7bda66 commit 278b13c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 443 deletions.
9 changes: 0 additions & 9 deletions Documentation/driver-api/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ Multitouch Library
.. kernel-doc:: drivers/input/input-mt.c
:export:

Polled input devices
--------------------

.. kernel-doc:: include/linux/input-polldev.h
:internal:

.. kernel-doc:: drivers/input/input-polldev.c
:export:

Matrix keyboards/keypads
------------------------

Expand Down
13 changes: 0 additions & 13 deletions drivers/input/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,6 @@ config INPUT_FF_MEMLESS
To compile this driver as a module, choose M here: the
module will be called ff-memless.

config INPUT_POLLDEV
tristate "Polled input device skeleton"
help
Say Y here if you are using a driver for an input
device that periodically polls hardware state. This
option is only useful for out-of-tree drivers since
in-tree drivers select it automatically.

If unsure, say N.

To compile this driver as a module, choose M here: the
module will be called input-polldev.

config INPUT_SPARSEKMAP
tristate "Sparse keymap support library"
help
Expand Down
1 change: 0 additions & 1 deletion drivers/input/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ obj-$(CONFIG_INPUT) += input-core.o
input-core-y := input.o input-compat.o input-mt.o input-poller.o ff-core.o

obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o
obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o
obj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o
obj-$(CONFIG_INPUT_MATRIXKMAP) += matrix-keymap.o

Expand Down
Loading

0 comments on commit 278b13c

Please sign in to comment.