Skip to content

Commit 93b9de2

Browse files
committed
Revert "Input: elants_i2c - report resolution information for touch major"
This reverts commit 0617067 - it turns out that the resolution of 1 unit per mm was not correct for a number of touch screens, causing touch sizes to be reported as way too large. See https://crbug.com/1085648 Reported-by: Harry Cutts <[email protected]> Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 966334d commit 93b9de2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/touchscreen/elants_i2c.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,6 @@ static int elants_i2c_probe(struct i2c_client *client,
13251325
0, MT_TOOL_PALM, 0, 0);
13261326
input_abs_set_res(ts->input, ABS_MT_POSITION_X, ts->x_res);
13271327
input_abs_set_res(ts->input, ABS_MT_POSITION_Y, ts->y_res);
1328-
input_abs_set_res(ts->input, ABS_MT_TOUCH_MAJOR, 1);
13291328

13301329
touchscreen_parse_properties(ts->input, true, &ts->prop);
13311330

0 commit comments

Comments
 (0)