Skip to content

Commit

Permalink
synaptics_dsx2: Do not reint device everytime waking from suspend
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLord1731 authored and SiddhantNaik17 committed Nov 13, 2018
1 parent ef9c6a2 commit c0ff78f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/input/touchscreen/synaptics_dsx2/synaptics_i2c_rmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -4323,12 +4323,6 @@ static int synaptics_rmi4_start_device(struct synaptics_rmi4_data *rmi4_data)
}
#endif //CONFIG_SEC_FACTORY

retval = synaptics_rmi4_reinit_device(rmi4_data);
if (retval < 0) {
input_err(true, &rmi4_data->i2c_client->dev,
"%s: Failed to reinit device\n",
__func__);
}
#ifdef USE_ACTIVE_REPORT_RATE
if (rmi4_data->tsp_change_report_rate != SYNAPTICS_RPT_RATE_90HZ){
input_err(true, &rmi4_data->i2c_client->dev,
Expand Down

0 comments on commit c0ff78f

Please sign in to comment.