summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-18 22:00:45 -0700
committerMichael Forney <mforney@mforney.org>2020-06-22 22:47:59 -0700
commit5e615bae79dfbfebb62159719d21e9b92a43e266 (patch)
tree9016a9b15d50273989c752ad377e6d22d332c4d0
parent3d3c3722f5aace71f21f7059c2949e4b0fd4b108 (diff)
libinput: Update to 1.15.6
-rw-r--r--pkg/libinput/config.h2
-rw-r--r--pkg/libinput/gen.lua2
-rw-r--r--pkg/libinput/libinput-version.h4
m---------pkg/libinput/src0
-rw-r--r--pkg/libinput/ver2
5 files changed, 6 insertions, 4 deletions
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h
index aebfe0d0..c09b91ee 100644
--- a/pkg/libinput/config.h
+++ b/pkg/libinput/config.h
@@ -1,6 +1,6 @@
#define HAVE_LIBWACOM 0
#define HAVE_VERSIONSORT 1
-#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.15.5/"
+#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.15.6/"
#define LIBINPUT_QUIRKS_DIR "/share/libinput"
#define LIBINPUT_QUIRKS_OVERRIDE_FILE "/etc/libinput/local-overrides.quirks"
#define _GNU_SOURCE 1
diff --git a/pkg/libinput/gen.lua b/pkg/libinput/gen.lua
index eab7d1cf..f8f1c3a5 100644
--- a/pkg/libinput/gen.lua
+++ b/pkg/libinput/gen.lua
@@ -69,6 +69,7 @@ local quirks = {
'30-vendor-microsoft.quirks',
'30-vendor-razer.quirks',
'30-vendor-synaptics.quirks',
+ '30-vendor-trust.quirks',
'30-vendor-vmware.quirks',
'30-vendor-wacom.quirks',
'50-system-acer.quirks',
@@ -80,6 +81,7 @@ local quirks = {
'50-system-google.quirks',
'50-system-hp.quirks',
'50-system-lenovo.quirks',
+ '50-system-sony.quirks',
'50-system-system76.quirks',
'50-system-toshiba.quirks',
}
diff --git a/pkg/libinput/libinput-version.h b/pkg/libinput/libinput-version.h
index 01292986..730712c8 100644
--- a/pkg/libinput/libinput-version.h
+++ b/pkg/libinput/libinput-version.h
@@ -26,7 +26,7 @@
#define LIBINPUT_VERSION_MAJOR 1
#define LIBINPUT_VERSION_MINOR 15
-#define LIBINPUT_VERSION_MICRO 5
-#define LIBINPUT_VERSION "1.15.5"
+#define LIBINPUT_VERSION_MICRO 6
+#define LIBINPUT_VERSION "1.15.6"
#endif
diff --git a/pkg/libinput/src b/pkg/libinput/src
-Subproject 33134fd04247616b42e462e2b6e8c311c728b40
+Subproject f29c3a146be922c4dcd64fb8ec508fa26c6c0b3
diff --git a/pkg/libinput/ver b/pkg/libinput/ver
index cf79ddc3..ea282c73 100644
--- a/pkg/libinput/ver
+++ b/pkg/libinput/ver
@@ -1 +1 @@
-1.15.5 r0
+1.15.6 r0