Hi, On 15.11.20 г. 20:44 ч., Carl Philipp Klemm wrote:
Adds a driver for supporting permanet, physically labeled, buttons on touchscreen surfaces. As are common on android phones designed with android 1.0 to 2.3 in mind. The driver works by attaching to another input device and mirroring its events, while inserting key events and filtering for touches that land on the buttons. Buttons are arbitrary rectangles configurable via dts. Signed-off-by: Carl Philipp Klemm <philipp@xxxxxxxx> --- Changes since v2: - Decrease the potential for memory leaks by migrating to devm_* where possible --- drivers/input/misc/Kconfig | 8 + drivers/input/misc/Makefile | 1 + drivers/input/misc/touchscreen-buttons.c | 587 +++++++++++++++++++++++ 3 files changed, 596 insertions(+) create mode 100644 drivers/input/misc/touchscreen-buttons.c
Did that patch somehow went unnoticed? Regards, Ivo