[git pull] Input updates for v7.2-rc2

From: Dmitry Torokhov

Date: Sat Jul 11 2026 - 18:38:19 EST


Hi Linus,

Please pull from:

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

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

- A fix for MELFAS MMS114 touchscreen driver to reject invalid touch IDs
and avoid multi-touch slot corruption

- A fix for a crash in Sega Dreamcast (Maple) mouse driver when opening
the device, caused by missing driver data

- Fixes for Maple drivers (keyboard, mouse, joystick) to properly order
setting driver data and device registration to avoid races.

Changelog:
---------

Dmitry Torokhov (4):
Input: maplemouse - set driver data before registering input device
Input: maplecontrol - set driver data before registering input device
Input: maple_keyb - set driver data before registering input device
Input: mms114 - fix multi-touch slot corruption

Florian Fuchs (1):
Input: maplemouse - fix NULL pointer dereference in open()

Diffstat:
--------

drivers/input/joystick/maplecontrol.c | 3 ++-
drivers/input/keyboard/maple_keyb.c | 4 ++--
drivers/input/mouse/maplemouse.c | 9 ++++++---
drivers/input/touchscreen/mms114.c | 2 +-
4 files changed, 11 insertions(+), 7 deletions(-)

Thanks.


--
Dmitry