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:
a5a7aac
)
TP goodix: change init time
author
zyk
<“zyk@rock-chips.com”>
Thu, 20 Mar 2014 09:22:39 +0000
(17:22 +0800)
committer
zyk
<“zyk@rock-chips.com”>
Thu, 20 Mar 2014 09:22:39 +0000
(17:22 +0800)
drivers/input/touchscreen/rk29_i2c_goodix.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/rk29_i2c_goodix.c
b/drivers/input/touchscreen/rk29_i2c_goodix.c
index 87f765e4331e9f9419ff4c8382d40a6918a5c974..f2408940bbe3bd15e4d397b53f82dd4dc3bf1214 100755
(executable)
--- a/
drivers/input/touchscreen/rk29_i2c_goodix.c
+++ b/
drivers/input/touchscreen/rk29_i2c_goodix.c
@@
-752,7
+752,7
@@
static int rk_ts_probe(struct i2c_client *client, const struct i2c_device_id *id
dev_err(&client->dev, "goodix power error\n");
\r
return -EIO;
\r
}
\r
- msleep(100);
\r
+
//
msleep(100);
\r
} else {
\r
dev_info(&client->dev, "power pin invalid\n");
\r
}
\r
@@
-764,7
+764,7
@@
static int rk_ts_probe(struct i2c_client *client, const struct i2c_device_id *id
dev_err(&client->dev, "goodix gpio_request error\n");
\r
return -EIO;
\r
}
\r
-
msleep(100);
\r
+
//
msleep(100);
\r
} else {
\r
dev_info(&client->dev, "reset pin invalid\n");
\r
}
\r