Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104202
b: refs/heads/master
c: c981228
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Jun 30, 2008
1 parent 60e792b commit 97bdc61
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 15439dd37f92f930ac7fc65a4f261834e4215bb0
refs/heads/master: c98122828111d3eeb29bd2d51496e300b4e5356e
2 changes: 1 addition & 1 deletion trunk/drivers/input/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,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)
Expand Down

0 comments on commit 97bdc61

Please sign in to comment.