The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/bindings + d/blubur_s: Fix Blubur S1 interaction profiles

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2610>

+3 -2
+1
src/xrt/auxiliary/bindings/bindings.json
··· 3747 3747 "title": "Blubur S1", 3748 3748 "type": "tracked_hmd", 3749 3749 "monado_device": "XRT_DEVICE_BLUBUR_S1", 3750 + "extension": "MNDX_blubur_s1", 3750 3751 "extended_by": [], 3751 3752 "subaction_paths": [ 3752 3753 "/user/head"
+2 -2
src/xrt/drivers/blubur_s1/blubur_s1_hmd.c
··· 502 502 return NULL; 503 503 } 504 504 505 - static struct xrt_binding_input_pair vive_pro_inputs_blubur_s1_hmd[1] = { 505 + static struct xrt_binding_input_pair vive_pro_inputs_blubur_s1_hmd[] = { 506 506 {XRT_INPUT_VIVEPRO_SYSTEM_CLICK, XRT_INPUT_BLUBUR_S1_MENU_CLICK}, 507 507 }; 508 508 509 509 // Exported to drivers. 510 - static struct xrt_binding_profile blubur_s1_hmd_binding_profiles[2] = { 510 + static struct xrt_binding_profile blubur_s1_hmd_binding_profiles[] = { 511 511 { 512 512 .name = XRT_DEVICE_VIVE_PRO, 513 513 .inputs = vive_pro_inputs_blubur_s1_hmd,