input: touchscreen: add gt1x driver

Change-Id: Ic4c5abf51c3dd5383bdc91029afbc7c903c2093a
Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
This commit is contained in:
Zhou weixin
2018-01-16 16:07:44 +08:00
committed by Tao Huang
parent a501b7db63
commit 354a25a89c
6 changed files with 8 additions and 4 deletions

View File

@@ -1350,4 +1350,7 @@ config TOUCHSCREEN_ROHM_BU21023
config TOUCHSCREEN_VTL_CT36X
tristate "VTL touchscreens support"
config TOUCHSCREEN_GT1X
tristate "GT1X touchscreens support"
endif

View File

@@ -118,3 +118,4 @@ obj-$(CONFIG_TOUCHSCREEN_ZFORCE) += zforce_ts.o
obj-$(CONFIG_TOUCHSCREEN_COLIBRI_VF50) += colibri-vf50-ts.o
obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023) += rohm_bu21023.o
obj-$(CONFIG_TOUCHSCREEN_VTL_CT36X) += vtl_ts/
obj-$(CONFIG_TOUCHSCREEN_GT1X) += gt1x/

View File

@@ -28,7 +28,7 @@
#include <linux/miscdevice.h>
#include <linux/input.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include <linux/proc_fs.h> /*proc */
#include <asm/ioctl.h>

View File

@@ -40,7 +40,7 @@
#include <linux/interrupt.h>
#include <linux/time.h>
#include <linux/proc_fs.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#ifdef CONFIG_HAS_EARLYSUSPEND
#include <linux/earlysuspend.h>
#endif

View File

@@ -18,7 +18,7 @@
*/
#include <linux/delay.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include <linux/proc_fs.h>
#include <generated/utsrelease.h>
#include "gt1x_generic.h"

View File

@@ -25,7 +25,7 @@
#include <linux/delay.h>
#include <linux/namei.h>
#include <linux/mount.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include "gt1x_generic.h"
#if (GTP_HOTKNOT || GTP_HEADER_FW_UPDATE)