]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input: iqs7222 - avoid enabling unused interrupts
authorJeff LaBundy <jeff@labundy.com>
Mon, 18 Aug 2025 00:20:22 +0000 (19:20 -0500)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 4 Sep 2025 12:26:09 +0000 (05:26 -0700)
commitc9ddc41cdd522f2db5d492eda3df8994d928be34
tree2d9b8868e0b12a98d8709b443ee260c1ea784afd
parent47ddf62b43eced739b56422cd55e86b9b4bb7dac
Input: iqs7222 - avoid enabling unused interrupts

If a proximity event node is defined so as to specify the wake-up
properties of the touch surface, the proximity event interrupt is
enabled unconditionally. This may result in unwanted interrupts.

Solve this problem by enabling the interrupt only if the event is
mapped to a key or switch code.

Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Link: https://lore.kernel.org/r/aKJxxgEWpNaNcUaW@nixie71
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/iqs7222.c