Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Revert "Input: elants_i2c - report resolution information for touch major"

This reverts commit 061706716384f1633d3d5090b22a99f33f1fcf2f - 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 <hcutts@chromium.org>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

-1
-1
drivers/input/touchscreen/elants_i2c.c
··· 1325 1325 0, MT_TOOL_PALM, 0, 0); 1326 1326 input_abs_set_res(ts->input, ABS_MT_POSITION_X, ts->x_res); 1327 1327 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); 1329 1328 1330 1329 touchscreen_parse_properties(ts->input, true, &ts->prop); 1331 1330