]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Input: use input_device_enabled()
authorAndrzej Pietrasiewicz <andrzej.p@collabora.com>
Mon, 5 Oct 2020 04:16:07 +0000 (21:16 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 3 Dec 2020 06:10:33 +0000 (22:10 -0800)
commitd69f0a43c677e8afc67a222e1e7b51b9acc69cd3
tree1b03a8d3ed76cb507f344c85cd0d0c474e6b7fa3
parent39be39ceffd572baddfeff8b50aba931d3d6d785
Input: use input_device_enabled()

Use the newly added helper in relevant input drivers.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
Link: https://lore.kernel.org/r/20200608112211.12125-3-andrzej.p@collabora.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
41 files changed:
drivers/input/input-poller.c
drivers/input/joystick/xpad.c
drivers/input/keyboard/ep93xx_keypad.c
drivers/input/keyboard/gpio_keys.c
drivers/input/keyboard/imx_keypad.c
drivers/input/keyboard/ipaq-micro-keys.c
drivers/input/keyboard/lpc32xx-keys.c
drivers/input/keyboard/pmic8xxx-keypad.c
drivers/input/keyboard/pxa27x_keypad.c
drivers/input/keyboard/samsung-keypad.c
drivers/input/keyboard/spear-keyboard.c
drivers/input/keyboard/st-keyscan.c
drivers/input/keyboard/tegra-kbc.c
drivers/input/misc/drv260x.c
drivers/input/misc/drv2665.c
drivers/input/misc/drv2667.c
drivers/input/misc/kxtj9.c
drivers/input/misc/sirfsoc-onkey.c
drivers/input/mouse/cyapa.c
drivers/input/mouse/cyapa_gen3.c
drivers/input/mouse/cyapa_gen5.c
drivers/input/mouse/navpoint.c
drivers/input/touchscreen/ad7879.c
drivers/input/touchscreen/atmel_mxt_ts.c
drivers/input/touchscreen/auo-pixcir-ts.c
drivers/input/touchscreen/bu21029_ts.c
drivers/input/touchscreen/chipone_icn8318.c
drivers/input/touchscreen/cyttsp_core.c
drivers/input/touchscreen/eeti_ts.c
drivers/input/touchscreen/ektf2127.c
drivers/input/touchscreen/imx6ul_tsc.c
drivers/input/touchscreen/ipaq-micro-ts.c
drivers/input/touchscreen/iqs5xx.c
drivers/input/touchscreen/lpc32xx_ts.c
drivers/input/touchscreen/melfas_mip4.c
drivers/input/touchscreen/mms114.c
drivers/input/touchscreen/pixcir_i2c_ts.c
drivers/input/touchscreen/ucb1400_ts.c
drivers/input/touchscreen/wm97xx-core.c
drivers/input/touchscreen/zforce_ts.c
drivers/input/touchscreen/zinitix.c