Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16797
b: refs/heads/master
c: dbc2634
h: refs/heads/master
i:
  16795: 66bee54
v: v3
  • Loading branch information
Dmitry Torokhov committed Jan 6, 2006
1 parent 52f3887 commit 2f57aac
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: fed8bf19ec20efc0641740b2d10aa589dbd6d1ab
refs/heads/master: dbc26344350dff2932902a7723a4e89e71752803
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/atkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ static irqreturn_t atkbd_interrupt(struct serio *serio, unsigned char data,
switch (code) {
case ATKBD_RET_BAT:
atkbd->enabled = 0;
serio_rescan(atkbd->ps2dev.serio);
serio_reconnect(atkbd->ps2dev.serio);
goto out;
case ATKBD_RET_EMUL0:
atkbd->emul = 1;
Expand Down

0 comments on commit 2f57aac

Please sign in to comment.