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

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

Merge "input: sensors: modify initial distance when apds9930 enabled"

parents c337d04e d0ac1587
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1240,7 +1240,8 @@ static int apds993x_enable_ps_sensor(struct i2c_client *client, int val)
			apds993x_set_enable(client,0);

			/* init threshold for proximity */
			apds993x_set_pilt(client, 0);
			apds993x_set_pilt(client,
					apds993x_ps_detection_threshold);
			apds993x_set_piht(client,
					apds993x_ps_detection_threshold);
			/*calirbation*/