From 886ce0b9dc5bca432769457614386c7008a5a38f Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Fri, 14 Aug 2026 16:28:16 -0700 Subject: [PATCH] Pull in VITURE Beast and unfinished Pro 2 support, bump to v2.11.0 --- VERSION | 2 +- gnome/src/devicedatastream.js | 2 +- modules/XRLinuxDriver | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index b7b6167..46b81d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.13 +2.11.0 diff --git a/gnome/src/devicedatastream.js b/gnome/src/devicedatastream.js index 4d88ff7..29b0574 100644 --- a/gnome/src/devicedatastream.js +++ b/gnome/src/devicedatastream.js @@ -334,7 +334,7 @@ export const DeviceDataStream = GObject.registerClass({ } else if (this.breezy_desktop_running !== this.breezy_desktop_actually_running) { // update the breezy_desktop_running property if the state changes to trigger "notify::" events this.breezy_desktop_running = this.breezy_desktop_actually_running; - if (!this.breezy_desktop_running && keepalive_only) { + if (!this.breezy_desktop_running) { this.device_data = null; this.imu_snapshots = null; } diff --git a/modules/XRLinuxDriver b/modules/XRLinuxDriver index 33f15b0..dd0d592 160000 --- a/modules/XRLinuxDriver +++ b/modules/XRLinuxDriver @@ -1 +1 @@ -Subproject commit 33f15b0e15b141e7664afcc4c09d2c19b62716c0 +Subproject commit dd0d592130b7fb8bc0923d2df6238e0c6a8b419b