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 v6.14-rc0
Date: Tue, 21 Jan 2025 14:05:24 -0800 [thread overview]
Message-ID: <Z5AaJFUUpzp4VgOo@google.com> (raw)
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.14-rc0
to receive updates for the input subsystem. You will get:
- more conversions to the guard notation in the input core
- a fix for NXP BBNSM power key driver to clean up wake IRQ after
unbinding
- several new vendor/device ID pairs added to xpad game controller
driver
- several drivers switched to using str_enable_disable and similar
helpers instead of open-coding
- add mapping for F23 to atkbd driver so that MS "Copilot" key shortcut
works out of the box (if userspace is ready to handle it)
- evbug input handler has been removed (debugging through evdev is
strongly preferred to dumping all events into the kernel log).
Changelog:
---------
Bartosz Golaszewski (1):
Input: davinci-keyscan - remove leftover header
Dmitry Torokhov (9):
Input: ff-core - convert locking to guard notation
Input: ff-core - make use of __free() cleanup facility
Input: ff-memless - convert locking to guard notation
Input: ff-memless - make use of __free() cleanup facility
Input: mt - convert locking to guard notation
Input: mt - make use of __free() cleanup facility
Input: poller - convert locking to guard notation
Input: use guard notation in input core
Input: synaptics - fix crash when enabling pass-through port
Jack Greiner (1):
Input: xpad - add support for wooting two he (arm)
Jiri Kosina (1):
Input: remove evbug driver
Krzysztof Kozlowski (1):
Input: Use str_enable_disable-like helpers
Leonardo Brondani Schenkel (1):
Input: xpad - improve name of 8BitDo controller 2dc8:3106
Luwei Zhou (1):
Input: mma8450 - add chip ID check in probe
Mark Pearson (1):
Input: atkbd - map F23 key to support default copilot shortcut
Matheos Mattsson (1):
Input: xpad - add support for Nacon Evol-X Xbox One Controller
Nicolas Nobelis (1):
Input: xpad - add support for Nacon Pro Compact
Nilton Perim Neto (1):
Input: xpad - add unofficial Xbox 360 wireless receiver clone
Peng Fan (1):
Input: bbnsm_pwrkey - add remove hook
Pierre-Loup A. Griffais (1):
Input: xpad - add QH Electronics VID/PID
Thorsten Blum (1):
Input: joystick - use str_off_on() helper in sw_connect()
Diffstat:
--------
drivers/input/Kconfig | 14 -
drivers/input/Makefile | 1 -
drivers/input/evbug.c | 100 -------
drivers/input/ff-core.c | 91 +++----
drivers/input/ff-memless.c | 18 +-
drivers/input/input-mt.c | 34 +--
drivers/input/input-poller.c | 4 +-
drivers/input/input.c | 339 +++++++++---------------
drivers/input/joystick/sidewinder.c | 3 +-
drivers/input/joystick/xpad.c | 9 +-
drivers/input/keyboard/atkbd.c | 2 +-
drivers/input/keyboard/dlink-dir685-touchkeys.c | 3 +-
drivers/input/keyboard/lm8323.c | 3 +-
drivers/input/misc/max77693-haptic.c | 3 +-
drivers/input/misc/mma8450.c | 16 +-
drivers/input/misc/nxp-bbnsm-pwrkey.c | 8 +
drivers/input/misc/regulator-haptic.c | 3 +-
drivers/input/mouse/elan_i2c_core.c | 3 +-
drivers/input/mouse/synaptics.c | 56 +++-
drivers/input/mouse/synaptics.h | 1 +
drivers/input/touchscreen/egalax_ts.c | 3 +-
include/linux/platform_data/keyscan-davinci.h | 29 --
22 files changed, 275 insertions(+), 468 deletions(-)
delete mode 100644 drivers/input/evbug.c
delete mode 100644 include/linux/platform_data/keyscan-davinci.h
Thanks.
--
Dmitry
next reply other threads:[~2025-01-21 22:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-21 22:05 Dmitry Torokhov [this message]
2025-01-22 20:24 ` [git pull] Input updates for v6.14-rc0 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=Z5AaJFUUpzp4VgOo@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.