Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350711
b: refs/heads/master
c: 352ce2b
h: refs/heads/master
i:
  350709: cb25d07
  350707: 3ce848d
  350703: 945dd28
v: v3
  • Loading branch information
Henrik Rydberg authored and Dmitry Torokhov committed Feb 16, 2013
1 parent 3c2b192 commit 0faa14c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0db3863add5cb249520b31a4ad36f275a30e7ba6
refs/heads/master: 352ce2b0575f195c8e6452a9802e6c186b39409a
1 change: 1 addition & 0 deletions trunk/drivers/input/input-mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ static void copy_abs(struct input_dev *dev, unsigned int dst, unsigned int src)
{
if (dev->absinfo && test_bit(src, dev->absbit)) {
dev->absinfo[dst] = dev->absinfo[src];
dev->absinfo[dst].fuzz = 0;
dev->absbit[BIT_WORD(dst)] |= BIT_MASK(dst);
}
}
Expand Down

0 comments on commit 0faa14c

Please sign in to comment.