commit | b881d53770e68f3f9b6097a61dd1685180393f20 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Feb 05 15:56:28 2015 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Feb 05 19:29:02 2015 -0800 |
tree | 4a4a05083e2cb58ab45c33e3632e0eabd832b54d | |
parent | 6c8afa88adce613c23f27e719f805cc2a6441b07 [diff] |
Input: evdev - do not queue SYN_DROPPED if queue is empty There is no point in queueing EV_SYN/SYN_DROPPED on clock type change when there are no events in the client's queue and doing so confuses tests in libinput package, so let's not do that. Reported-and-tested-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>