diff --git a/[refs] b/[refs] index f5d62eeebdea..f9635d6d2cdd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8c127f0717b438e6abc3d92d4ae248c4224b9dcb +refs/heads/master: da40b0b6b4d3a81c5051fe6ae0544c48c13261c4 diff --git a/trunk/drivers/input/evdev.c b/trunk/drivers/input/evdev.c index be0921ef6b52..4cf25347b015 100644 --- a/trunk/drivers/input/evdev.c +++ b/trunk/drivers/input/evdev.c @@ -111,7 +111,8 @@ static void evdev_event(struct input_handle *handle, rcu_read_unlock(); - wake_up_interruptible(&evdev->wait); + if (type == EV_SYN && code == SYN_REPORT) + wake_up_interruptible(&evdev->wait); } static int evdev_fasync(int fd, struct file *file, int on)