Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211359
b: refs/heads/master
c: d2520a4
h: refs/heads/master
i:
  211357: c4787b0
  211355: ccc70e7
  211351: 07f2abc
  211343: dd79348
  211327: 4564a1d
v: v3
  • Loading branch information
Kenneth Waters authored and Dmitry Torokhov committed Sep 21, 2010
1 parent f8c7090 commit c337845
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: 38e7afe96c7c0ad900824911c61fdb04078033dc
refs/heads/master: d2520a426dc3033c00077e923a553fc6c98c7564
3 changes: 3 additions & 0 deletions trunk/drivers/input/joydev.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,9 @@ static int joydev_handle_JSIOCSAXMAP(struct joydev *joydev,

memcpy(joydev->abspam, abspam, len);

for (i = 0; i < joydev->nabs; i++)
joydev->absmap[joydev->abspam[i]] = i;

out:
kfree(abspam);
return retval;
Expand Down

0 comments on commit c337845

Please sign in to comment.