Commit 44696aa3a489 for kernel

commit 44696aa3a489d2baf58efa61b37833f100072bee
Merge: 59dee6d28756 adea84ee6cde
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Jul 11 15:42:55 2026 -0700

    Merge tag 'input-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

    Pull input fixes from Dmitry Torokhov:

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

     - fix a crash in the 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

    * tag 'input-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
      Input: mms114 - fix multi-touch slot corruption
      Input: maple_keyb - set driver data before registering input device
      Input: maplecontrol - set driver data before registering input device
      Input: maplemouse - set driver data before registering input device
      Input: maplemouse - fix NULL pointer dereference in open()