2023-05-21 15:24:17

by Artur Weber

[permalink] [raw]
Subject: [PATCH 0/2] mms114: add support for touch keys

MELFAS MMS114 and similar touchscreens have support for touch keys.
Enable support of them in the driver. The keycodes to emit can be
controlled by the linux,keycodes DT property.

Signed-off-by: Artur Weber <[email protected]>

Artur Weber (2):
dt-bindings: mms114: Add linux,keycodes property for touch keys
Input: mms114 - add support for touch keys

.../input/touchscreen/melfas,mms114.yaml | 5 ++
drivers/input/touchscreen/mms114.c | 88 +++++++++++++++++--
2 files changed, 86 insertions(+), 7 deletions(-)


base-commit: f219050af06d83f436945880fc9c04db3bb2860f
--
2.40.1