Skip to content

Commit

Permalink
Input: iqs7222 - add support for Azoteq IQS7222D
Browse files Browse the repository at this point in the history
The vendor has introduced a new variant of silicon which is highly
similar to the existing IQS7222A, but with its independent sliders
essentially replaced with a single-contact trackpad.

Update the common driver to support this new device's register map
and report trackpad events. As with the IQS7222A, the new IQS7222D
can report both raw coordinates as well as gestures.

Signed-off-by: Jeff LaBundy <[email protected]>
Link: https://lore.kernel.org/r/ZKrpRh6RT6+6KrMQ@nixie71
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
jlabundy authored and dtor committed Jul 10, 2023
1 parent 823b28c commit dd24e20
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 11 deletions.
4 changes: 2 additions & 2 deletions drivers/input/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -791,10 +791,10 @@ config INPUT_IQS626A
module will be called iqs626a.

config INPUT_IQS7222
tristate "Azoteq IQS7222A/B/C capacitive touch controller"
tristate "Azoteq IQS7222A/B/C/D capacitive touch controller"
depends on I2C
help
Say Y to enable support for the Azoteq IQS7222A/B/C family
Say Y to enable support for the Azoteq IQS7222A/B/C/D family
of capacitive touch controllers.

To compile this driver as a module, choose M here: the
Expand Down
Loading

0 comments on commit dd24e20

Please sign in to comment.