]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit295ba6501d2e83b2e66729dc3a7726f80893c920
tree358d2cefe81968698ceed3aea6999b47fb8b102a
parenta33ab3f94f510b5bc6b74b2d1e9bc585391c2861
parent071b24b54d2d05fbf39ddbb27dee08abd1d713f3
Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

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
drivers/input/input.c
drivers/input/touchscreen/edt-ft5x06.c