Loading drivers/input/touchscreen/focaltech_touch/focaltech_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -1015,7 +1015,8 @@ static int fb_notifier_callback(struct notifier_block *self, blank = evdata->data; if (*blank == FB_BLANK_UNBLANK) fts_ts_resume(&fts_data->client->dev); else if (*blank == FB_BLANK_POWERDOWN) else if (*blank == FB_BLANK_POWERDOWN || *blank == FB_BLANK_VSYNC_SUSPEND) fts_ts_suspend(&fts_data->client->dev); } Loading Loading
drivers/input/touchscreen/focaltech_touch/focaltech_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -1015,7 +1015,8 @@ static int fb_notifier_callback(struct notifier_block *self, blank = evdata->data; if (*blank == FB_BLANK_UNBLANK) fts_ts_resume(&fts_data->client->dev); else if (*blank == FB_BLANK_POWERDOWN) else if (*blank == FB_BLANK_POWERDOWN || *blank == FB_BLANK_VSYNC_SUSPEND) fts_ts_suspend(&fts_data->client->dev); } Loading