• spang's avatar
    ozone: evdev: Fix ghost touches aligned with first touch · 86c315c3
    spang authored
    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}
    86c315c3
touch_event_converter_evdev.cc 9.33 KB