Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33201
b: refs/heads/master
c: c3c38fb
h: refs/heads/master
i:
  33199: 5353c2e
v: v3
  • Loading branch information
Dmitry Torokhov committed Aug 5, 2006
1 parent dce2a9a commit 6de993d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c605b679144a39f291debd7031a4ada0337f02ef
refs/heads/master: c3c38fbd0cc8cc200a65b2ca7700e4dddedc13a0
1 change: 1 addition & 0 deletions trunk/drivers/usb/input/ati_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ static void ati_remote_input_report(struct urb *urb, struct pt_regs *regs)
input_regs(dev, regs);
input_event(dev, ati_remote_tbl[index].type,
ati_remote_tbl[index].code, 1);
input_sync(dev);
input_event(dev, ati_remote_tbl[index].type,
ati_remote_tbl[index].code, 0);
input_sync(dev);
Expand Down

0 comments on commit 6de993d

Please sign in to comment.