tools: replay: fix wrong timestamps for multiple device replay
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 25 Nov 2019 04:47:42 +0000 (14:47 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 25 Nov 2019 23:06:09 +0000 (23:06 +0000)
commit765f7917bb448e2448cfffe6661986019284eb24
tree485a69458230d1ef8c9921e9caaff590a2b2e1b1
parent8b492eaaa515cdc8ca5d2790ea5e26ccde5fea63
tools: replay: fix wrong timestamps for multiple device replay

When multiple devices are recorded, the event times are offset from a global
baseline. Each device thus has a different offset for the first event. To
replay correctly, we must figure out the offset of the first event (across all
devices) and use that for all of them.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/libinput-replay