The open source OpenXR runtime
0
fork

Configure Feed

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

d/wmr: Follow common naming of update_inputs [NFC]

+4 -4
+2 -2
src/xrt/drivers/wmr/wmr_controller_hp.c
··· 279 279 } 280 280 281 281 static void 282 - wmr_controller_hp_update_xrt_inputs(struct xrt_device *xdev) 282 + wmr_controller_hp_update_inputs(struct xrt_device *xdev) 283 283 { 284 284 DRV_TRACE_MARKER(); 285 285 ··· 350 350 } 351 351 352 352 wcb->base.destroy = wmr_controller_hp_destroy; 353 - wcb->base.update_inputs = wmr_controller_hp_update_xrt_inputs; 353 + wcb->base.update_inputs = wmr_controller_hp_update_inputs; 354 354 wcb->base.set_output = wmr_controller_hp_set_output; 355 355 356 356 SET_INPUT(wcb, MENU_CLICK, MENU_CLICK);
+2 -2
src/xrt/drivers/wmr/wmr_controller_og.c
··· 292 292 } 293 293 294 294 static void 295 - wmr_controller_og_update_xrt_inputs(struct xrt_device *xdev) 295 + wmr_controller_og_update_inputs(struct xrt_device *xdev) 296 296 { 297 297 DRV_TRACE_MARKER(); 298 298 ··· 360 360 wcb->base.name = XRT_DEVICE_WMR_CONTROLLER; 361 361 } 362 362 wcb->base.destroy = wmr_controller_og_destroy; 363 - wcb->base.update_inputs = wmr_controller_og_update_xrt_inputs; 363 + wcb->base.update_inputs = wmr_controller_og_update_inputs; 364 364 wcb->base.set_output = wmr_controller_og_set_output; 365 365 366 366 if (pid == ODYSSEY_CONTROLLER_PID) {