]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'input-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Jul 2026 22:42:55 +0000 (15:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Jul 2026 22:42:55 +0000 (15:42 -0700)
commit44696aa3a489d2baf58efa61b37833f100072bee
tree51cd96451c8fa4ffa1829c86ffbf09cbcbbf3f05
parent59dee6d28756c629f3a0bb56266f80e36ef7c99c
parentadea84ee6cdea611146c4251d3c1616f5a09feca
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()