From fbf358e5007a0115b9a9774b6832238feb1779d4 Mon Sep 17 00:00:00 2001 From: "jerry.zhang" Date: Tue, 2 Aug 2016 13:58:06 +0800 Subject: [PATCH] Input: gslx680 - enable macro define RK_GEAR_TOUCH Change-Id: Ie0cb0ccd645cbecf74b3d0d85d80d4537bae75cd Signed-off-by: jerry.zhang --- drivers/input/touchscreen/gslx680.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/gslx680.c b/drivers/input/touchscreen/gslx680.c index 805a4d02b8bd..2742c35697eb 100644 --- a/drivers/input/touchscreen/gslx680.c +++ b/drivers/input/touchscreen/gslx680.c @@ -41,7 +41,7 @@ struct fw_data }; */ -//#define RK_GEAR_TOUCH +#define RK_GEAR_TOUCH #define REPORT_DATA_ANDROID_4_0 #define HAVE_TOUCH_KEY //#define SLEEP_CLEAR_POINT -- 2.34.1