Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253822
b: refs/heads/master
c: da40b0b
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Jun 18, 2011
1 parent c59bc13 commit 8afd05b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c127f0717b438e6abc3d92d4ae248c4224b9dcb
refs/heads/master: da40b0b6b4d3a81c5051fe6ae0544c48c13261c4
3 changes: 2 additions & 1 deletion trunk/drivers/input/evdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8afd05b

Please sign in to comment.