commit | 4370b231d1001e0b560f82fd93616c7e54bd5fda | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Aug 29 16:55:26 2019 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Sep 05 17:56:32 2019 -0700 |
tree | ed0309fff54af1545630a32dfff981b36c5758d7 | |
parent | 4b6253fa736494346bab381114611e358afae545 [diff] |
Input: reset device timestamp on sync We need to reset input device's timestamp on input_sync(), otherwise drivers not using input_set_timestamp() will end up with a stale timestamp after their clients consume first input event. Fixes: 3b51c44bd693 ("Input: allow drivers specify timestamp for input events") Reported-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>