Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
fixup! Merge tag 'ASB-2022-02-05_4.14-q' into Grass-Unified
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Dec 7, 2023
1 parent 1b30842 commit f29ee07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/input/touchscreen/of_touchscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ void touchscreen_parse_properties(struct input_dev *input, bool multitouch,
axis) + 1,
&maximum) ||
touchscreen_get_prop_u32(dev, "touchscreen-fuzz-x",
&maximum);
input_abs_get_fuzz(input, axis),
&fuzz);
if (data_present)
touchscreen_set_params(input, axis, maximum - 1, fuzz);

Expand Down

0 comments on commit f29ee07

Please sign in to comment.