projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca158d
)
tcl-phone-pad:improve tp performance.
author
zwp
<zwp@rock-chips.com>
Thu, 15 Sep 2011 08:45:28 +0000
(
01:45
-0700)
committer
张文平
<zwp@rk29.(none)>
Wed, 21 Sep 2011 03:10:39 +0000
(11:10 +0800)
解决手指从触屏的边缘开始滑动时,可能出现触屏不响应的情况。
drivers/input/touchscreen/ft5x0x_i2c_ts.h
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/ft5x0x_i2c_ts.h
b/drivers/input/touchscreen/ft5x0x_i2c_ts.h
old mode 100644
(file)
new mode 100755
(executable)
index
10eb263
..
3b034d8
--- 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 10
44//10
24
+#define SCREEN_MAX_Y 6
20//6
00
#else
#define SCREEN_MAX_X 800
#define SCREEN_MAX_Y 480