Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31001
b: refs/heads/master
c: f8b4c46
h: refs/heads/master
i:
  30999: b658489
v: v3
  • Loading branch information
Dmitry Torokhov committed Jun 28, 2006
1 parent 60de372 commit 60f4b33
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: 9000195bb7ea959939b1e5fdad336e5bac59c9e9
refs/heads/master: f8b4c46c0c3667a56148a59bca54d945d246a3f3
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/atkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static irqreturn_t atkbd_interrupt(struct serio *serio, unsigned char data,
}

input_regs(dev, regs);
input_report_key(dev, keycode, value);
input_event(dev, EV_KEY, keycode, value);
input_sync(dev);

if (value && add_release_event) {
Expand Down

0 comments on commit 60f4b33

Please sign in to comment.