mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-22 20:44:50 +00:00
feat: additional samsung odyssey+ usb id
This commit is contained in:
parent
72a77f879d
commit
ecb4f08262
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ pub fn get_xr_usb_devices() -> Vec<PhysicalXRDevice> {
|
|||
(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),
|
||||
|
|
Loading…
Add table
Reference in a new issue