From 564e51d5d82f8afb4046f5e95cc7226f4e358b4e Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:51:19 -0800 Subject: [PATCH] Pull in the driver's OpenTrack feedback guard updates, v2.7.1 --- VERSION | 2 +- bin/package_all | 10 ++++++++++ modules/XRLinuxDriver | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100755 bin/package_all diff --git a/VERSION b/VERSION index 24ba9a3..860487c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0 +2.7.1 diff --git a/bin/package_all b/bin/package_all new file mode 100755 index 0000000..5209d6e --- /dev/null +++ b/bin/package_all @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# exit when any command fails +set -e + +ARCH=x86_64 bin/package_gnome "$@" +ARCH=aarch64 bin/package_gnome "$@" +STEAMOS=1 bin/package_kwin "$@" +bin/package_vulkan "$@" +STEAMOS=1 bin/package_vulkan "$@" \ No newline at end of file diff --git a/modules/XRLinuxDriver b/modules/XRLinuxDriver index e7cf08a..d36e2a9 160000 --- a/modules/XRLinuxDriver +++ b/modules/XRLinuxDriver @@ -1 +1 @@ -Subproject commit e7cf08a12c716ad09e074a911e4de8ed8554d16d +Subproject commit d36e2a96f733d9e08b0f6fdb6384d23109608025