Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84340
b: refs/heads/master
c: 75570af
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse authored and Dmitry Torokhov committed Jan 21, 2008
1 parent cb6d0dc commit 3495554
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: 374766bc2aa784f7a0833cc7563f057241ca7815
refs/heads/master: 75570af1504141316c22dfb6796cd13bf5b11fd2
2 changes: 1 addition & 1 deletion trunk/Documentation/input/input-programming.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static struct input_dev *button_dev;

static void button_interrupt(int irq, void *dummy, struct pt_regs *fp)
{
input_report_key(button_dev, BTN_1, inb(BUTTON_PORT) & 1);
input_report_key(button_dev, BTN_0, inb(BUTTON_PORT) & 1);
input_sync(button_dev);
}

Expand Down

0 comments on commit 3495554

Please sign in to comment.