input: add support for CPCAP power button
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 25 Mar 2025 18:23:07 +0000 (20:23 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 12 Apr 2025 06:44:02 +0000 (09:44 +0300)
commita9bf7e70c587b67bdb27ffd739c3553d1e08d573
treed57104764d0e00112b8ee20c3fcfe59bf846d6e5
parent4dc27f964403e4e0dcc894d388050dd13503b6d7
input: add support for CPCAP power button

CPCAP has a dedicated interrupt for power button. Implement this to have
more input control over the devices.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/input/Kconfig
drivers/input/Makefile
drivers/input/cpcap_pwrbutton.c [new file with mode: 0644]