Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.4-rc5 to receive updates for the input subsystem. You will receive: - a fix for unbalanced open count for inhibited input devices - fixups in Elantech PS/2 and Cyppress TTSP v5 drivers - a quirk to soc_button_array driver to make it work with Lenovo Yoga Book X90F / X90L - a removal of erroneous entry from xpad driver. Changelog: --------- Dmitry Torokhov (2): Input: fix open count when closing inhibited device Input: psmouse - fix OOB access in Elantech protocol Hans de Goede (1): Input: soc_button_array - add invalid acpi_index DMI quirk handling Ismael Ferreras Morezuelas (1): Input: xpad - delete a Razer DeathAdder mouse VID/PID entry Maximilian Weigand (1): Input: cyttsp5 - fix array length Diffstat: -------- drivers/input/input.c | 2 +- drivers/input/joystick/xpad.c | 1 - drivers/input/misc/soc_button_array.c | 30 ++++++++++++++++++++++++++++++ drivers/input/mouse/elantech.c | 9 +++++---- drivers/input/touchscreen/cyttsp5.c | 2 +- 5 files changed, 37 insertions(+), 7 deletions(-) Thanks. -- Dmitry