]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 3 Nov 2024 18:35:29 +0000 (08:35 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 3 Nov 2024 18:35:29 +0000 (08:35 -1000)
Pull input fixes from Dmitry Torokhov:

 - 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.

* tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: fix regression when re-registering input handlers
  Input: adp5588-keys - do not try to disable interrupt 0
  Input: edt-ft5x06 - fix regmap leak when probe fails

1  2 
drivers/input/input.c
drivers/input/touchscreen/edt-ft5x06.c

Simple merge