Skip to content

Commit

Permalink
touchpad: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Sep 28, 2018
1 parent 500d03d commit 059484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evdev-mt-touchpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -2664,7 +2664,7 @@ tp_interface_toggle_touch(struct evdev_dispatch *dispatch,
} else {
/* if in-kernel arbitration is in use and there is a touch
* and a pen in proximity, lifting the pen out of proximity
* causes a touch being for the touch. On a hand-lift the
* causes a touch begin for the touch. On a hand-lift the
* proximity out precedes the touch up by a few ms, so we
* get what looks like a tap. Fix this by delaying
* arbitration by just a little bit so that any touch in
Expand Down

0 comments on commit 059484b

Please sign in to comment.