Skip to content

Commit

Permalink
input: touchscreen: add new gt802_2plus1 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
turl committed Nov 7, 2012
1 parent 06d2615 commit 82bcb1a
Show file tree
Hide file tree
Showing 4 changed files with 2,700 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/input/touchscreen/Kconfig
Expand Up @@ -756,4 +756,9 @@ config TOUCHSCREEN_COASIA
tristate "COASIA touchscreen driver"
help
COASIA touchscreen driver

config TOUCHSCREEN_GT801_2PLUS1_TS
tristate "GT801_2PLUS1_TS touchscreen driver"
help
GT801_2PLUS1_TS touchscreen driver
endif
1 change: 1 addition & 0 deletions drivers/input/touchscreen/Makefile
Expand Up @@ -66,3 +66,4 @@ obj-$(CONFIG_TOUCHSCREEN_GT801) += goodix_touch.o
obj-$(CONFIG_TOUCHSCREEN_ZT8031) += zt8031.o
obj-$(CONFIG_TOUCHSCREEN_COASIA) += coasia_i2c.o
obj-$(CONFIG_TOUCHSCREEN_SUN4I_TS) += sun4i-ts.o
obj-$(CONFIG_TOUCHSCREEN_GT801_2PLUS1_TS) += gt801_2plus1.o

0 comments on commit 82bcb1a

Please sign in to comment.