Monado OpenXR Runtime
|
Interface to Blubur S1 driver code. More...
Go to the source code of this file.
Macros | |
#define | BLUBUR_S1_VID 0x2b1c |
#define | BLUBUR_S1_PID 0x0001 |
Functions | |
int | blubur_s1_found (struct xrt_prober *xp, struct xrt_prober_device **devices, size_t device_count, size_t index, cJSON *attached_data, struct xrt_device **out_xdev) |
Probing function for Blubur S1 devices. More... | |
struct blubur_s1_hmd * | blubur_s1_hmd_create (struct os_hid_device *dev, const char *serial) |
Creates a Blubur S1 HMD device from an opened HID handle. More... | |
Interface to Blubur S1 driver code.
int blubur_s1_found | ( | struct xrt_prober * | xp, |
struct xrt_prober_device ** | devices, | ||
size_t | device_count, | ||
size_t | index, | ||
cJSON * | attached_data, | ||
struct xrt_device ** | out_xdev | ||
) |
Probing function for Blubur S1 devices.
References xrt_prober::xrt_prober_open_hid_interface().
struct blubur_s1_hmd * blubur_s1_hmd_create | ( | struct os_hid_device * | dev, |
const char * | serial | ||
) |
Creates a Blubur S1 HMD device from an opened HID handle.