Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19289
b: refs/heads/master
c: 3575c34
h: refs/heads/master
i:
  19287: 17206ac
v: v3
  • Loading branch information
Dmitry Torokhov committed Jan 30, 2006
1 parent 184c790 commit 2ba2894
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ffc6b529e8c46c73827008c7406f43482d71beed
refs/heads/master: 3575c3410071dc778d2d9c6002493a5dce73ec0b
3 changes: 3 additions & 0 deletions trunk/drivers/input/joystick/grip.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ static void grip_poll(struct gameport *gameport)
for (i = 0; i < 2; i++) {

dev = grip->dev[i];
if (!dev)
continue;

grip->reads++;

switch (grip->mode[i]) {
Expand Down

0 comments on commit 2ba2894

Please sign in to comment.