Compare commits

...

3 Commits

Author SHA1 Message Date
wheaney aced52c64b Pull in latest RayNeo integration with device model detection and SBS support 2024-06-05 10:43:12 -07:00
wheaney 2314ef35bf Pull in RayNeo fixes 2024-06-04 16:01:40 -07:00
wheaney bccbe687ed Add RayNeo support 2024-05-31 14:17:45 -07:00
3 changed files with 3 additions and 1 deletions

1
.gitmodules vendored
View File

@ -5,6 +5,7 @@
[submodule "modules/XRLinuxDriver"] [submodule "modules/XRLinuxDriver"]
path = modules/XRLinuxDriver path = modules/XRLinuxDriver
url = https://github.com/wheaney/XRLinuxDriver.git url = https://github.com/wheaney/XRLinuxDriver.git
branch = rayneo
[submodule "modules/sombrero"] [submodule "modules/sombrero"]
path = modules/sombrero path = modules/sombrero
url = https://github.com/wheaney/sombrero.git url = https://github.com/wheaney/sombrero.git

View File

@ -20,6 +20,7 @@ const SUPPORTED_MONITOR_PRODUCTS = [
'Air', 'Air',
'Air 2', // guessing this one 'Air 2', // guessing this one
'Air 2 Pro', 'Air 2 Pro',
'SmartGlasses', // TCL/RayNeo
'MetaMonitor' // nested mode dummy monitor 'MetaMonitor' // nested mode dummy monitor
]; ];

@ -1 +1 @@
Subproject commit da9bfe14cdf198b3cd58ecf997324ebd358e8a61 Subproject commit 1967c4f45867ef369627a561731605f72efb5450