mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
Input: add gslx680 touch panel for 3399 VR
Change-Id: I89c3dd181324f6b39e50c40fd404743eab43fe52 Signed-off-by: jerry.zhang <jerry.zhang@rock-chips.com>
This commit is contained in:
parent
ba1978bc30
commit
4a1212fde9
|
|
@ -335,6 +335,11 @@ config TOUCHSCREEN_GOODIX
|
|||
To compile this driver as a module, choose M here: the
|
||||
module will be called goodix.
|
||||
|
||||
config TOUCHSCREEN_GSLX680_VR
|
||||
tristate "gslX680 touchpad driver for VR"
|
||||
help
|
||||
gslX680 touchpad driver for VR
|
||||
|
||||
config TOUCHSCREEN_GT9XX
|
||||
tristate "Goodix gt9xx support for rockchip platform"
|
||||
depends on I2C && ARCH_ROCKCHIP
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ obj-$(CONFIG_TOUCHSCREEN_EGALAX) += egalax_ts.o
|
|||
obj-$(CONFIG_TOUCHSCREEN_FT6236) += ft6236.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GOODIX) += goodix.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GSLX680_VR) += gslx680.o gsl_point_id.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GT9XX) += gt9xx/
|
||||
obj-$(CONFIG_TOUCHSCREEN_ILI210X) += ili210x.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_IMX6UL_TSC) += imx6ul_tsc.o
|
||||
|
|
|
|||
3100
drivers/input/touchscreen/gsl_point_id.c
Normal file
3100
drivers/input/touchscreen/gsl_point_id.c
Normal file
File diff suppressed because it is too large
Load Diff
1821
drivers/input/touchscreen/gslx680.c
Normal file
1821
drivers/input/touchscreen/gslx680.c
Normal file
File diff suppressed because it is too large
Load Diff
5403
drivers/input/touchscreen/gslx680.h
Normal file
5403
drivers/input/touchscreen/gslx680.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user