Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12ba11f5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: synaptics_i2c_rmi4: Set sensor_sleep to false"

parents a9289fcb 5c7acbef
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3236,8 +3236,10 @@ static void synaptics_rmi4_sensor_wake(struct synaptics_rmi4_data *rmi4_data)
	}

	if (device_ctrl.nosleep == NO_SLEEP_OFF &&
		device_ctrl.sleep_mode == NORMAL_OPERATION)
		device_ctrl.sleep_mode == NORMAL_OPERATION) {
		rmi4_data->sensor_sleep = false;
		return;
	}

	device_ctrl.sleep_mode = NORMAL_OPERATION;
	device_ctrl.nosleep = NO_SLEEP_OFF;