Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15343
b: refs/heads/master
c: 68ca243
h: refs/heads/master
i:
  15341: 42de539
  15339: 9033aa5
  15335: b80ba40
  15327: fc672ef
v: v3
  • Loading branch information
David S. Miller committed Dec 28, 2005
1 parent 464b53c commit a9d4135
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: d5784b57d2e08a632b971baae23266121004ef3b
refs/heads/master: 68ca243dd1dc90bd42bae3945e804c1042584920
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/sermouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static void sermouse_process_msc(struct sermouse *sermouse, signed char data, st

input_sync(dev);

if (++sermouse->count == (5 - ((sermouse->type == SERIO_SUN) << 1)))
if (++sermouse->count == 5)
sermouse->count = 0;
}

Expand Down

0 comments on commit a9d4135

Please sign in to comment.