summaryrefslogtreecommitdiff
path: root/drivers/input/cpcap_pwrbutton.c
AgeCommit message (Collapse)Author
2026-03-22input: cpcap_pwrbutton: simplify parent verificationSvyatoslav Ryhel
Check for 'cpcap' within the compatible string, as various CPCAP compositions always include this component. Signed-off-by: Svyatoslav Ryhel <[email protected]>
2026-03-22input: cpcap_pwrbutton: set default keycode fallbackSvyatoslav Ryhel
Set a default fallback value if no keycode is defined Signed-off-by: Svyatoslav Ryhel <[email protected]>
2025-04-12input: add support for CPCAP power buttonSvyatoslav Ryhel
CPCAP has a dedicated interrupt for power button. Implement this to have more input control over the devices. Signed-off-by: Svyatoslav Ryhel <[email protected]>