Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.12-rc3 to receive updates for the input subsystem. You will get: - a fix for Zinitix driver to not fail probing if property enabling touch keys functionality is not defined. Support for touch keys was added in 6.12 merge window so this issue does not affect users of released kernels - a couple new vendor/device IDs in xpad driver to enable support for more hardware. Changelog: --------- John Edwards (1): Input: xpad - add support for MSI Claw A1M Nikita Travkin (1): Input: zinitix - don't fail if linux,keycodes prop is absent Stefan Kerkmann (1): Input: xpad - add support for 8BitDo Ultimate 2C Wireless Controller Diffstat: -------- drivers/input/joystick/xpad.c | 3 +++ drivers/input/touchscreen/zinitix.c | 34 ++++++++++++++++++++++------------ 2 files changed, 25 insertions(+), 12 deletions(-) Thanks. -- Dmitry