Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44641
b: refs/heads/master
c: 9bc83dc
h: refs/heads/master
i:
  44639: 5a993ac
v: v3
  • Loading branch information
Fabrice Knevez authored and David S. Miller committed Dec 17, 2006
1 parent 6d4492a commit 396eca4
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: b06824cecafdacf2b12de583d4b41fd9c583c8c4
refs/heads/master: 9bc83dcff8fab1f22048c8f82deb3198ec44d53f
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/sunkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static void sunkbd_reinit(struct work_struct *work)
static void sunkbd_enable(struct sunkbd *sunkbd, int enable)
{
serio_pause_rx(sunkbd->serio);
sunkbd->enabled = 1;
sunkbd->enabled = enable;
serio_continue_rx(sunkbd->serio);
}

Expand Down

0 comments on commit 396eca4

Please sign in to comment.