[git pull] Input updates for v6.12-rc5
From: Dmitry Torokhov
Date: Sun Nov 03 2024 - 01:58:33 EST
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.12-rc5
to receive updates for the input subsystem. You will get:
- a fix for regression in input core introduced in 6.11 preventing
re-registering input handlers
- a fix for adp5588-keys driver tyring to disable interrupt 0 at suspend
when devices is used without interrupt
- a fix for edt-ft5x06 to stop leaking regmap structure when probing
fails and to make sure it is not released too early on removal.
Changelog:
---------
Dmitry Torokhov (3):
Input: edt-ft5x06 - fix regmap leak when probe fails
Input: adp5588-keys - do not try to disable interrupt 0
Input: fix regression when re-registering input handlers
Diffstat:
--------
drivers/input/input.c | 134 ++++++++++++++++++---------------
drivers/input/keyboard/adp5588-keys.c | 6 +-
drivers/input/touchscreen/edt-ft5x06.c | 19 ++++-
include/linux/input.h | 10 ++-
4 files changed, 104 insertions(+), 65 deletions(-)
Thanks.
--
Dmitry