diff options
Diffstat (limited to 'drivers/input/touchscreen/lge_touch_core.c')
| -rw-r--r-- | drivers/input/touchscreen/lge_touch_core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/lge_touch_core.c b/drivers/input/touchscreen/lge_touch_core.c index 2c1793fc9b8..e83a8acfe46 100644 --- a/drivers/input/touchscreen/lge_touch_core.c +++ b/drivers/input/touchscreen/lge_touch_core.c @@ -954,6 +954,8 @@ static void touch_fw_upgrade_func(struct work_struct *work_fw_upgrade) ktime_set(0, ts->pdata->role->report_period), HRTIMER_MODE_REL); + msleep(ts->pdata->role->booting_delay); + touch_ic_init(ts); if (saved_state == POWER_WAKE || saved_state == POWER_SLEEP) |
