diff --git a/tools/libinput-replay.py b/tools/libinput-replay.py index 85da4006..25a4a381 100755 --- a/tools/libinput-replay.py +++ b/tools/libinput-replay.py @@ -165,6 +165,10 @@ def print_events(devnode, indent, evs): e.value, ) ) + if e.type == libevdev.EV_SYN: + print( + "{}: ------------------------------------------------".format(devnode) + ) def collect_events(frame):