Linux Input/HID development
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for v7.2-rc2
Date: Sat, 11 Jul 2026 15:37:44 -0700	[thread overview]
Message-ID: <alLFtWOLPlPPPQEn@google.com> (raw)

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

             reply	other threads:[~2026-07-11 22:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-11 22:37 Dmitry Torokhov [this message]
2026-07-11 22:48 ` [git pull] Input updates for v7.2-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alLFtWOLPlPPPQEn@google.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox