summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/evdev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/evdev.c b/src/evdev.c
index bdf7592..e81c54c 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -1273,6 +1273,8 @@ EvdevCacheCompare(InputInfoPtr pInfo, BOOL compare)
xf86Msg(X_ERROR, "ioctl EVIOCGABS failed: %s\n", strerror(errno));
goto error;
}
+ /* ignore current position (value) in comparison (bug #19819) */
+ absinfo[i].value = pEvdev->absinfo[i].value;
}
}