28#define PSVR2_VID 0x054C
29#define PSVR2_PID 0x0CDE
int psvr2_found(struct xrt_prober *xp, struct xrt_prober_device **devices, size_t device_count, size_t index, cJSON *attached_data, struct xrt_device **out_xdevs)
Probing function for PlayStation VR2 devices.
Definition: psvr2_prober.c:23
struct xrt_device * psvr2_hmd_create(struct xrt_prober_device *xpdev)
Create the PS VR2 HMD device.
Definition: psvr2.c:1122
A single HMD or input device.
Definition: xrt_device.h:310
A probed device, may or may not be opened.
Definition: xrt_prober.h:86
The main prober that probes and manages found but not opened HMD devices that are connected to the sy...
Definition: xrt_prober.h:133