From: zwp Date: Thu, 15 Sep 2011 08:45:28 +0000 (-0700) Subject: tcl-phone-pad:improve tp performance. X-Git-Tag: firefly_0821_release~9767^2~17 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0d4c561317057f749b2c7eb85204e4b7c75725e8;p=firefly-linux-kernel-4.4.55.git tcl-phone-pad:improve tp performance. 解决手指从触屏的边缘开始滑动时,可能出现触屏不响应的情况。 --- diff --git a/drivers/input/touchscreen/ft5x0x_i2c_ts.h b/drivers/input/touchscreen/ft5x0x_i2c_ts.h old mode 100644 new mode 100755 index 10eb263cb55d..3b034d8d2129 --- a/drivers/input/touchscreen/ft5x0x_i2c_ts.h +++ b/drivers/input/touchscreen/ft5x0x_i2c_ts.h @@ -13,8 +13,8 @@ #define CFG_NUMOFKEYS 0x4 //number of touch keys #ifdef CONFIG_FTS_CUSTOME_ENV -#define SCREEN_MAX_X 1024 -#define SCREEN_MAX_Y 600 +#define SCREEN_MAX_X 1044//1024 +#define SCREEN_MAX_Y 620//600 #else #define SCREEN_MAX_X 800 #define SCREEN_MAX_Y 480