summaryrefslogtreecommitdiffstats
path: root/source/x/libinput/libinput.less.lag.complaining.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/libinput/libinput.less.lag.complaining.diff')
-rw-r--r--source/x/libinput/libinput.less.lag.complaining.diff10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/x/libinput/libinput.less.lag.complaining.diff b/source/x/libinput/libinput.less.lag.complaining.diff
index 5c1ec03b8..51fbfa4b4 100644
--- a/source/x/libinput/libinput.less.lag.complaining.diff
+++ b/source/x/libinput/libinput.less.lag.complaining.diff
@@ -1,6 +1,6 @@
---- ./src/evdev.c.orig 2021-04-29 23:25:41.531076400 -0500
-+++ ./src/evdev.c 2021-04-30 12:39:02.636755868 -0500
-@@ -1028,7 +1028,7 @@
+--- ./src/evdev.c.orig 2022-02-19 06:32:09.000000000 -0600
++++ ./src/evdev.c 2022-03-04 00:16:00.850979376 -0600
+@@ -1105,7 +1105,7 @@
/* if we have a current libinput_dispatch() snapshot, compare our
* event time with the one from the snapshot. If we have more than
@@ -9,11 +9,11 @@
* where there is no steady event flow and thus SYN_DROPPED may not
* get hit by the kernel despite us being too slow.
*/
-@@ -1037,7 +1037,7 @@
+@@ -1114,7 +1114,7 @@
return;
tdelta = us2ms(libinput->dispatch_time - eventtime);
-- if (tdelta > 10) {
+- if (tdelta > 20) {
+ if (tdelta > 75) {
evdev_log_bug_client_ratelimit(device,
&device->delay_warning_limit,