···101101 return (struct euroc_device *)xdev;
102102}
103103104104-static void
105105-euroc_device_update_inputs(struct xrt_device *xdev)
106106-{}
107107-108104//! Corrections specific for original euroc datasets and Kimera.
109105//! If your datasets comes from a different camera you should probably
110106//! use a different pose correction function.
···247243 xd->inputs[0].name = XRT_INPUT_SIMPLE_GRIP_POSE;
248244 }
249245250250- xd->update_inputs = euroc_device_update_inputs;
246246+ xd->update_inputs = u_device_noop_update_inputs;
251247 xd->get_tracked_pose = euroc_device_get_tracked_pose;
252248 xd->destroy = euroc_device_destroy;
253249 if (is_hmd) {