25#define PSSENSE_VID 0x054C
26#define PSSENSE_PID_LEFT 0x0E45
27#define PSSENSE_PID_RIGHT 0x0E46
int pssense_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 Sense devices.
Definition: pssense_driver.c:860
A single HMD or input device.
Definition: xrt_device.h:241
A probed device, may or may not be opened.
Definition: xrt_prober.h:85
The main prober that probes and manages found but not opened HMD devices that are connected to the sy...
Definition: xrt_prober.h:132