From ecb4f0826274e3a2e14086f59108b54e949bbacb Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Thu, 3 Aug 2023 14:48:21 +0000 Subject: [PATCH] feat: additional samsung odyssey+ usb id --- src/device_prober.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/device_prober.rs b/src/device_prober.rs index ea34397..31f88cd 100644 --- a/src/device_prober.rs +++ b/src/device_prober.rs @@ -159,6 +159,7 @@ pub fn get_xr_usb_devices() -> Vec { (0x03f0, 0x0580) => Some(PhysicalXRDevice::HPReverbG2), (0x04b4, 0x6504) => Some(PhysicalXRDevice::LenovoExplorer), (0x04e8, 0x7312) => Some(PhysicalXRDevice::SamsungOdysseyPlus), + (0x04e8, 0x7084) => Some(PhysicalXRDevice::SamsungOdysseyPlus), // Standalone (0x2833, 0x0137) => Some(PhysicalXRDevice::OculusQuest), (0x2833, 0x0186) => Some(PhysicalXRDevice::OculusQuest2),