29 #define HTC_VID 0x0bb4 30 #define VALVE_VID 0x28de 32 #define VIVE_PID 0x2c87 33 #define VIVE_LIGHTHOUSE_FPGA_RX 0x2000 35 #define VIVE_PRO_MAINBOARD_PID 0x0309 36 #define VIVE_PRO_LHR_PID 0x2300 Common interface to probe for devices.
The main prober that probes and manages found but not opened HMD devices that are connected to the sy...
Definition: xrt_prober.h:147
int vive_found(struct xrt_prober *xp, struct xrt_prober_device **devices, size_t num_devices, size_t index, struct xrt_device **out_xdev)
Probing function for Vive devices.
Definition: vive_prober.c:222
A probed device, may or may not be opened.
Definition: xrt_prober.h:121
A single HMD or input device.
Definition: xrt_device.h:203