Re: [PATCH v3] Drivers: input: misc: Add driver touchscreen-buttons to support physically labeled buttons on touch screen surfaces

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux