mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
Input: add gslx680 touch panel for firefly-rk3288 board
Change-Id: If273535f595217853009c3b0071010836f7c254e Signed-off-by: Huang jianzhi <jesse.huang@rock-chips.com>
This commit is contained in:
parent
6bedca442a
commit
7db7552596
|
|
@ -359,6 +359,11 @@ config TOUCHSCREEN_GSLX680_VR
|
|||
help
|
||||
gslX680 touchpad driver for VR
|
||||
|
||||
config TOUCHSCREEN_GSLX680_FIREFLY
|
||||
tristate "gslX680 touchpad driver for firefly-rk3288"
|
||||
help
|
||||
gslX680 touchpad driver for firefly-rk3288
|
||||
|
||||
config TOUCHSCREEN_GSL3673
|
||||
tristate "gsl3673 touchpad driver for evb"
|
||||
help
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ obj-$(CONFIG_TOUCHSCREEN_GOODIX) += goodix.o
|
|||
obj-$(CONFIG_TOUCHSCREEN_GSLX680_D708) += gslx680_d708/ gsl_point_id.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GSLX680_PAD) += gslx680_pad.o gsl_point_id.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GSLX680_VR) += gslx680.o gsl_point_id.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GSLX680_FIREFLY) += gslx680_firefly.o gsl_point_id.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GSL3673) += gsl3673.o gsl_point_id.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GT9XX) += gt9xx/
|
||||
obj-$(CONFIG_TOUCHSCREEN_ILI210X) += ili210x.o
|
||||
|
|
|
|||
1130
drivers/input/touchscreen/gslx680_firefly.c
Normal file
1130
drivers/input/touchscreen/gslx680_firefly.c
Normal file
File diff suppressed because it is too large
Load Diff
5120
drivers/input/touchscreen/gslx680_firefly.h
Normal file
5120
drivers/input/touchscreen/gslx680_firefly.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user