summarylogtreecommitdiffstats
path: root/libinput-nomiddletap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libinput-nomiddletap.patch')
-rw-r--r--libinput-nomiddletap.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libinput-nomiddletap.patch b/libinput-nomiddletap.patch
new file mode 100644
index 000000000000..6820a0c71d56
--- /dev/null
+++ b/libinput-nomiddletap.patch
@@ -0,0 +1,11 @@
+--- ./libinput-1.14.3/src/evdev-mt-touchpad-tap.c 2019-11-05 18:44:22.855147128 -0500
++++ ./libinput-1.14.3/src/evdev-mt-touchpad-tap.c 2019-11-05 18:44:53.341613562 -0500
+@@ -119,7 +119,7 @@
+ {
+ int32_t button;
+ int32_t button_map[2][3] = {
+- { BTN_LEFT, BTN_RIGHT, BTN_MIDDLE },
++ { BTN_LEFT, BTN_RIGHT },
+ { BTN_LEFT, BTN_MIDDLE, BTN_RIGHT },
+ };
+