feat: add dell visor to device prober

This commit is contained in:
Gabriele Musco 2024-04-18 07:26:09 +02:00
parent f7cb655fb5
commit 501329f68e
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -175,6 +175,7 @@ pub fn get_xr_usb_devices() -> Vec<PhysicalXRDevice> {
(0x35bd, 0x0101) => Some(PhysicalXRDevice::BigscreenBeyond),
(0x04e8, 0x7312) => Some(PhysicalXRDevice::SamsungOdysseyPlus),
(0x04e8, 0x7084) => Some(PhysicalXRDevice::SamsungOdysseyPlus),
(0x413c, 0xb0d5) => Some(PhysicalXRDevice::DellVisor),
// Standalone
(0x2833, 0x0137) => Some(PhysicalXRDevice::OculusQuest),
(0x2833, 0x0186) => Some(PhysicalXRDevice::OculusQuest2),