[git pull] Input updates for v6.12-rc1

From: Dmitry Torokhov
Date: Wed Oct 02 2024 - 05:01:40 EST


Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.12-rc1

to receive updates for the input subsystem. You will get:

- a couple fixups for adp5589-keys driver

- recently added driver for PixArt PS/2 touchpads is dropped temporarily
because its detection routine is too greedy and mis-identifies devices
from other vendors as PixArt devices.

Changelog:
---------

Dmitry Torokhov (1):
Revert "Input: Add driver for PixArt PS/2 touchpad"

Nuno Sa (2):
Input: adp5589-keys - fix NULL pointer dereference
Input: adp5589-keys - fix adp5589_gpio_get_value()

Diffstat:
--------

drivers/input/keyboard/adp5589-keys.c | 22 ++-
drivers/input/mouse/Kconfig | 12 --
drivers/input/mouse/Makefile | 1 -
drivers/input/mouse/pixart_ps2.c | 300 ----------------------------------
drivers/input/mouse/pixart_ps2.h | 36 ----
drivers/input/mouse/psmouse-base.c | 17 --
drivers/input/mouse/psmouse.h | 3 +-
7 files changed, 14 insertions(+), 377 deletions(-)
delete mode 100644 drivers/input/mouse/pixart_ps2.c
delete mode 100644 drivers/input/mouse/pixart_ps2.h

Thanks.


--
Dmitry