Input: add input_device_enabled()
authorAndrzej Pietrasiewicz <andrzej.p@collabora.com>
Mon, 5 Oct 2020 04:15:46 +0000 (21:15 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 3 Dec 2020 06:10:31 +0000 (22:10 -0800)
commit39be39ceffd572baddfeff8b50aba931d3d6d785
tree3658d328a22b8627b91a08eb818b642b3de0d35c
parentc1b46cd4df97534c6b942bb30526a2c47f0cb3c8
Input: add input_device_enabled()

A helper function for drivers to decide if the device is used or not.
A lockdep check is introduced as inspecting ->users should be done under
input device's mutex.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
Link: https://lore.kernel.org/r/20200608112211.12125-2-andrzej.p@collabora.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/input.c
include/linux/input.h