[git pull] Input updates for v7.2-rc0 (part 2)

From: Dmitry Torokhov

Date: Sun Jun 28 2026 - 01:11:40 EST


Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v7.2-rc0-2

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

- Updates to Synaptics RMI4 driver to fix potential OOB accesses in
F30 and F3A keymap handling

- A workaround in Synaptics RMI4 to tolerate buggy firmware on some
touchpads (e.g. ThinkPad T14 Gen 1) that report incomplete register
descriptor structures, preventing probe failures

- A revert of an incorrect register descriptor address calculation in
Synaptics RMI4 driver

- A fix for a regression in HP GSC PS/2 (gscps2) driver where the
receive buffer write index was not advanced, leaving keyboard and
mouse unusable.

Changelog:
---------

Bryam Vargas (2):
Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count
Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count

Dmitry Torokhov (2):
Revert "Input: rmi4 - fix register descriptor address calculation"
Input: rmi4 - tolerate short register descriptor structure

Xu Rao (1):
Input: gscps2 - advance receive buffer write index

Diffstat:
--------

drivers/input/rmi4/rmi_driver.c | 39 ++++++++++++++++++++++++++-------------
drivers/input/rmi4/rmi_f30.c | 2 +-
drivers/input/rmi4/rmi_f3a.c | 2 +-
drivers/input/serio/gscps2.c | 1 +
4 files changed, 29 insertions(+), 15 deletions(-)

Thanks.


--
Dmitry