forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ozone: evdev: Fix ghost touches aligned with first touch
The ABS_X and ABS_Y axes are not part of the MT protocol and should therefore not be used to update MT slot positions. The symptom of this was secondary touches warping to the position of the first touch in the X and/or Y axis, since ABS_X/Y always corresponds to the first touch. BUG=407386 TEST=chrome on pixel with --ash-touch-hud NOTRY=true Review URL: https://codereview.chromium.org/506303002 Cr-Commit-Position: refs/heads/master@{#292263}
- Loading branch information
Showing
2 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters