Input: add support for Azoteq IQS7210A/7211A/E

Add support for the Azoteq IQS7210A/7211A/E family of trackpad/
touchscreen controllers.

Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Link: https://lore.kernel.org/r/ZHVEeDlYyr69A59K@nixie71
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
Jeff LaBundy 2023-05-29 19:34:00 -05:00 committed by Dmitry Torokhov
parent d623946320
commit f2ba47e65f
3 changed files with 2580 additions and 0 deletions

View File

@ -1365,6 +1365,16 @@ config TOUCHSCREEN_IQS5XX
To compile this driver as a module, choose M here: the
module will be called iqs5xx.
config TOUCHSCREEN_IQS7211
tristate "Azoteq IQS7210A/7211A/E trackpad/touchscreen controller"
depends on I2C
help
Say Y to enable support for the Azoteq IQS7210A/7211A/E
family of trackpad/touchscreen controllers.
To compile this driver as a module, choose M here: the
module will be called iqs7211.
config TOUCHSCREEN_ZINITIX
tristate "Zinitix touchscreen support"
depends on I2C

View File

@ -115,5 +115,6 @@ obj-$(CONFIG_TOUCHSCREEN_COLIBRI_VF50) += colibri-vf50-ts.o
obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023) += rohm_bu21023.o
obj-$(CONFIG_TOUCHSCREEN_RASPBERRYPI_FW) += raspberrypi-ts.o
obj-$(CONFIG_TOUCHSCREEN_IQS5XX) += iqs5xx.o
obj-$(CONFIG_TOUCHSCREEN_IQS7211) += iqs7211.o
obj-$(CONFIG_TOUCHSCREEN_ZINITIX) += zinitix.o
obj-$(CONFIG_TOUCHSCREEN_HIMAX_HX83112B) += himax_hx83112b.o

File diff suppressed because it is too large Load Diff