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:
81431db
)
A22:add udelay to 200 for touch screen i2c reading
author
root
<root@lw.(none)>
Thu, 9 Jun 2011 16:51:52 +0000
(
00:51
+0800)
committer
root
<root@lw.(none)>
Thu, 9 Jun 2011 16:51:52 +0000
(
00:51
+0800)
drivers/input/touchscreen/ili2102_ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/ili2102_ts.c
b/drivers/input/touchscreen/ili2102_ts.c
index b8c8579147cc673ba8a375c95d39bd956c1953ec..cc6f978758eeb0aa649585d53d22fb9a5b6d8ad8 100755
(executable)
--- a/
drivers/input/touchscreen/ili2102_ts.c
+++ b/
drivers/input/touchscreen/ili2102_ts.c
@@
-309,7
+309,7
@@
static void ili2102_ts_work_func(struct work_struct *work)
msg[0].len = 1;
msg[0].buf = &start_reg;
msg[0].scl_rate = 400*1000;
- msg[0].udelay =
15
0;
+ msg[0].udelay =
20
0;
msg[1].addr = ts->client->addr;
msg[1].flags = ts->client->flags | I2C_M_RD;