Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 793
b: refs/heads/master
c: 6c207e7
h: refs/heads/master
i:
  791: 03436a2
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 1, 2005
1 parent 1289670 commit 5fb1f93
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: 0dec63bab860cc60cc444faa0ac459f1b53545ff
refs/heads/master: 6c207e769297946a0adec45225c6999f1299dde3
2 changes: 1 addition & 1 deletion trunk/drivers/input/joystick/spaceorb.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static void spaceorb_process_packet(struct spaceorb *spaceorb, struct pt_regs *r

case 'K': /* Button data */
if (spaceorb->idx != 5) return;
for (i = 0; i < 7; i++)
for (i = 0; i < 6; i++)
input_report_key(dev, spaceorb_buttons[i], (data[2] >> i) & 1);

break;
Expand Down

0 comments on commit 5fb1f93

Please sign in to comment.