Add RayNeo support
This commit is contained in:
parent
0dd0b8384a
commit
bccbe687ed
|
|
@ -5,6 +5,7 @@
|
|||
[submodule "modules/XRLinuxDriver"]
|
||||
path = modules/XRLinuxDriver
|
||||
url = https://github.com/wheaney/XRLinuxDriver.git
|
||||
branch = rayneo
|
||||
[submodule "modules/sombrero"]
|
||||
path = modules/sombrero
|
||||
url = https://github.com/wheaney/sombrero.git
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ const SUPPORTED_MONITOR_PRODUCTS = [
|
|||
'Air',
|
||||
'Air 2', // guessing this one
|
||||
'Air 2 Pro',
|
||||
'SmartGlasses', // TCL/RayNeo
|
||||
'MetaMonitor' // nested mode dummy monitor
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit da9bfe14cdf198b3cd58ecf997324ebd358e8a61
|
||||
Subproject commit a7616ff5365c36dac2df67ad37d7638588546e15
|
||||
Loading…
Reference in New Issue