linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add support for slider gestures and OTP variants
@ 2024-01-01 20:00 Jeff LaBundy
  2024-01-01 20:02 ` [PATCH v3 1/4] dt-bindings: input: iqs269a: Add bindings for slider gestures Jeff LaBundy
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jeff LaBundy @ 2024-01-01 20:00 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: linux-input, devicetree, jeff

This series introduces support for some additional features offered by the
Azoteq IQS269A capacitive touch controller.

Patches 1 and 2 add support for slider gestures (e.g. tap or swipe). Gestures
are recognized by the hardware itself based on touch activity across the chan-
nels associated with the slider. This feature is useful for lightweight systems
that do not post-process absolute coordinates to determine gestures expressed
by the user.

Gestures are presented to user space as keycodes. An example use-case is an
array of multimedia keys as seen in the following demo:

https://youtu.be/k_vMRQiHLgA

Patches 3 and 4 add support for the device's available OTP variants, which
trade features or exhibit errata that require workarounds.

Jeff LaBundy (4):
  dt-bindings: input: iqs269a: Add bindings for slider gestures
  Input: iqs269a - add support for slider gestures
  dt-bindings: input: iqs269a: Add bindings for OTP variants
  Input: iqs269a - add support for OTP variants

 .../devicetree/bindings/input/iqs269a.yaml    |  98 +++++-
 drivers/input/misc/iqs269a.c                  | 312 ++++++++++++++++--
 2 files changed, 377 insertions(+), 33 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-01 21:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-01 20:00 [PATCH v3 0/4] Add support for slider gestures and OTP variants Jeff LaBundy
2024-01-01 20:02 ` [PATCH v3 1/4] dt-bindings: input: iqs269a: Add bindings for slider gestures Jeff LaBundy
2024-01-01 20:02 ` [PATCH v3 2/4] Input: iqs269a - add support " Jeff LaBundy
2024-01-01 20:02 ` [PATCH v3 3/4] dt-bindings: input: iqs269a: Add bindings for OTP variants Jeff LaBundy
2024-01-01 20:02 ` [PATCH v3 4/4] Input: iqs269a - add support " Jeff LaBundy
2024-01-01 21:47 ` [PATCH v3 0/4] Add support for slider gestures and " Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).