Input: don't reset sync flag when ignoring event
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
15439dd37f
commit
c981228281
@ -241,7 +241,7 @@ static void input_handle_event(struct input_dev *dev,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type != EV_SYN)
|
if (disposition != INPUT_IGNORE_EVENT && type != EV_SYN)
|
||||||
dev->sync = 0;
|
dev->sync = 0;
|
||||||
|
|
||||||
if ((disposition & INPUT_PASS_TO_DEVICE) && dev->event)
|
if ((disposition & INPUT_PASS_TO_DEVICE) && dev->event)
|
||||||
|
Loading…
Reference in New Issue
Block a user