Skip to content

Commit dd24e20

Browse files
jlabundydtor
authored andcommitted
Input: iqs7222 - add support for Azoteq IQS7222D
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]>
1 parent 823b28c commit dd24e20

File tree

2 files changed

+461
-11
lines changed

2 files changed

+461
-11
lines changed

drivers/input/misc/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,10 +791,10 @@ config INPUT_IQS626A
791791
module will be called iqs626a.
792792

793793
config INPUT_IQS7222
794-
tristate "Azoteq IQS7222A/B/C capacitive touch controller"
794+
tristate "Azoteq IQS7222A/B/C/D capacitive touch controller"
795795
depends on I2C
796796
help
797-
Say Y to enable support for the Azoteq IQS7222A/B/C family
797+
Say Y to enable support for the Azoteq IQS7222A/B/C/D family
798798
of capacitive touch controllers.
799799

800800
To compile this driver as a module, choose M here: the

0 commit comments

Comments
 (0)