Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179301
b: refs/heads/master
c: 30a589f
h: refs/heads/master
i:
  179299: 9fc5dec
v: v3
  • Loading branch information
Adam Jackson authored and Dmitry Torokhov committed Jan 6, 2010
1 parent c2b7fbd commit 6aa91f4
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: 0ef7a26af1278f7ec0b718148e88f01ba1953835
refs/heads/master: 30a589fde0162aa4dac7c69803aeee8fbe8d1b82
3 changes: 2 additions & 1 deletion trunk/drivers/input/evdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ static void evdev_pass_event(struct evdev_client *client,
client->head &= EVDEV_BUFFER_SIZE - 1;
spin_unlock(&client->buffer_lock);

kill_fasync(&client->fasync, SIGIO, POLL_IN);
if (event->type == EV_SYN)
kill_fasync(&client->fasync, SIGIO, POLL_IN);
}

/*
Expand Down

0 comments on commit 6aa91f4

Please sign in to comment.