X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Finput%2Finput.c;h=c13ced3e0d3dfe7d0db777776c1b51a2cf4f59e5;hb=dd7c7bc46211785a1aa7d70feb15830f62682b3c;hp=408df0bd6be50a0b17798b189506c266d0ba34bf;hpb=f1b0c8d3d3b5ff9c0b14bb2383a4bc38d8922bd1;p=linux-2.6 diff --git a/drivers/input/input.c b/drivers/input/input.c index 408df0bd6b..c13ced3e0d 100644 --- a/drivers/input/input.c +++ b/drivers/input/input.c @@ -242,7 +242,7 @@ static void input_handle_event(struct input_dev *dev, break; } - if (type != EV_SYN) + if (disposition != INPUT_IGNORE_EVENT && type != EV_SYN) dev->sync = 0; if ((disposition & INPUT_PASS_TO_DEVICE) && dev->event)