Pull in the latest driver, v2.4.5

This commit is contained in:
wheaney 2025-11-13 11:47:30 -08:00
parent b1878d66f1
commit 930605a760
5 changed files with 6 additions and 5 deletions

1
.gitmodules vendored
View File

@ -12,6 +12,7 @@
[submodule "ui/modules/PyXRLinuxDriverIPC"]
path = ui/modules/PyXRLinuxDriverIPC
url = https://github.com/wheaney/PyXRLinuxDriverIPC.git
branch = 2.4.x
[submodule "gnome/backports/gnome-44-max"]
path = gnome/backports/gnome-44-max
url = https://github.com/wheaney/breezy-desktop

View File

@ -1 +1 @@
2.4.4
2.4.5

View File

@ -163,9 +163,9 @@ echo "Installing xrDriver"
echo "BEGIN - xr_driver_setup"
if [ -z "$1" ]
then
sudo bin/xr_driver_setup $(pwd)/xrDriver.tar.gz
sudo --preserve-env=SKIP_SYSTEMD bin/xr_driver_setup $(pwd)/xrDriver.tar.gz
else
sudo bin/xr_driver_setup -v $1 $(pwd)/xrDriver.tar.gz
sudo --preserve-env=SKIP_SYSTEMD bin/xr_driver_setup -v $1 $(pwd)/xrDriver.tar.gz
fi
echo "END - xr_driver_setup"

@ -1 +1 @@
Subproject commit 3b05cab0c58bc306fdc7f7019a1764bfcde545d1
Subproject commit 1cd0e7b5aff4c3b8c5df24054b0c551fd191de43

@ -1 +1 @@
Subproject commit 0eb04ff4429ce7a025f126843cd0d3b24bc0d73e
Subproject commit da173bd9e0392aaeb2cb68a332e5d4a20dd4dae1