mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 01:48:31 +00:00
d/wmr: Fix Reverb G2 detection
196bf24276
broke Reverb G2
detection. Use the right PID to match the Reverb G2 headset
again.
This commit is contained in:
parent
5fc30a4e22
commit
e409264ba7
|
@ -64,7 +64,7 @@ check_and_get_interface(struct xrt_prober_device *device,
|
|||
|
||||
if (device->product_id == REVERB_G1_PID)
|
||||
*out_hmd_type = WMR_HEADSET_REVERB_G1;
|
||||
else if (device->product_id == REVERB_G2_CONTROLLER_PID)
|
||||
else if (device->product_id == REVERB_G2_PID)
|
||||
*out_hmd_type = WMR_HEADSET_REVERB_G2;
|
||||
else if (device->product_id == VR1000_PID)
|
||||
*out_hmd_type = WMR_HEADSET_HP_VR1000;
|
||||
|
|
Loading…
Reference in a new issue