[git pull] Input updates for v6.16-rc4
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2025-07-04 05:31:40
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.16-rc4
to receive updates for the input subsystem. You will get:
- support for Acer NGR 200 Controller added to xpad driver
- xpad driver will no longer log errors about URBs at sudden disconnect
- a fix for potential NULL dereference in cs40l50-vibra driver
- several drivers have been switched to using scnprintf() to suppress
warnings about potential output truncation
Changelog:
---------
Andy Shevchenko (1):
Input: alps - use scnprintf() to suppress truncation warning
Chen-Yu Tsai (1):
dt-bindings: HID: i2c-hid: elan: Introduce Elan eKTH8D18
Dmitry Torokhov (4):
Input: atkbd - switch to use scnprintf() to suppress truncation warning
Input: alps - switch to use scnprintf() to suppress truncation warning
Input: lifebook - switch to use scnprintf() to suppress truncation warning
Input: psmouse - switch to use scnprintf() to suppress truncation warning
Jeff LaBundy (2):
Input: iqs626a - replace snprintf() with scnprintf()
Input: iqs7222 - explicitly define number of external channels
Krzysztof Kozlowski (1):
Input: Fully open-code compatible for grepping
Mario Limonciello (2):
Input: xpad - adjust error handling for disconnect
Input: xpad - return errors from xpad_try_sending_next_out_packet() up
Markus Koch (1):
Input: fsia6b - suppress buffer truncation warning for phys
Nilton Perim Neto (1):
Input: xpad - support Acer NGR 200 Controller
Sven Peter (1):
Input: apple_z2 - drop default ARCH_APPLE in Kconfig
Yunshui Jiang (1):
Input: cs40l50-vibra - fix potential NULL dereference in cs40l50_upload_owt()
Diffstat:
--------
Documentation/devicetree/bindings/input/elan,ekth6915.yaml | 12 +++++++-----
drivers/input/joystick/fsia6b.c | 2 +-
drivers/input/joystick/xpad.c | 11 +++++++----
drivers/input/keyboard/atkbd.c | 4 ++--
drivers/input/misc/cs40l50-vibra.c | 2 ++
drivers/input/misc/gpio-beeper.c | 2 +-
drivers/input/misc/iqs626a.c | 2 +-
drivers/input/misc/iqs7222.c | 7 +++++--
drivers/input/mouse/alps.c | 10 +++++-----
drivers/input/mouse/lifebook.c | 4 ++--
drivers/input/mouse/psmouse-base.c | 2 +-
drivers/input/touchscreen/Kconfig | 1 -
drivers/input/touchscreen/melfas_mip4.c | 2 +-
13 files changed, 35 insertions(+), 26 deletions(-)
Thanks.
--
Dmitry