[git pull] Input updates for v6.7-rc6

From: Dmitry Torokhov
Date: Sat Dec 23 2023 - 02:48:29 EST


Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.7-rc6

to receive updates for the input subsystem. You will get:

- a quirk to AT keyboard driver to skip issuing "GET ID" command when 8042
is in translated mode and the device is a laptop/portable, because the
"GET ID" command makes a bunch of recent laptops unhappy

- a quirk to i8042 to disable multiplexed mode on Acer P459-G2-M which
causes issues on resume

- psmouse will activate native RMI4 protocol support for touchpad on
ThinkPad L14 G1

- addition of Razer Wolverine V2 ID to xpad gamepad driver

- mapping for airplane mode button in soc_button_array driver for TUXEDO
laptops

- improved error handling in ipaq-micro-keys driver

- amimouse being prepared for platform remove callback returning void

Changelog:
---------

Christoffer Sandberg (1):
Input: soc_button_array - add mapping for airplane mode button

Esther Shimanovich (1):
Input: i8042 - add nomux quirk for Acer P459-G2-M

Hans de Goede (1):
Input: atkbd - skip ATKBD_CMD_GETID in translated mode

Haoran Liu (1):
Input: ipaq-micro-keys - add error handling for devm_kmemdup

José Pekkarinen (1):
Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1

Luca Weiss (1):
Input: xpad - add Razer Wolverine V2 support

Uwe Kleine-König (1):
Input: amimouse - convert to platform remove callback returning void

Diffstat:
--------

drivers/input/joystick/xpad.c | 1 +
drivers/input/keyboard/atkbd.c | 46 +++++++++++++++++++++++++++++---
drivers/input/keyboard/ipaq-micro-keys.c | 3 +++
drivers/input/misc/soc_button_array.c | 5 ++++
drivers/input/mouse/amimouse.c | 5 ++--
drivers/input/mouse/synaptics.c | 1 +
drivers/input/serio/i8042-acpipnpio.h | 8 ++++++
7 files changed, 62 insertions(+), 7 deletions(-)

Thanks.


--
Dmitry