mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/psmv: Fix typo
This commit is contained in:
parent
334d62dfcd
commit
3cc7ee872a
|
@ -355,7 +355,7 @@ psmv_force_led_and_rumble_update(struct psmv_device *psmv, int64_t time)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
psvm_device_destroy(struct xrt_device *xdev)
|
psmv_device_destroy(struct xrt_device *xdev)
|
||||||
{
|
{
|
||||||
struct psmv_device *psmv = psmv_device(xdev);
|
struct psmv_device *psmv = psmv_device(xdev);
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ psmv_found(struct xrt_prober *xp,
|
||||||
U_DEVICE_ALLOCATE(struct psmv_device, flags, 12, 1);
|
U_DEVICE_ALLOCATE(struct psmv_device, flags, 12, 1);
|
||||||
psmv->print_spew = debug_get_bool_option_psmv_spew();
|
psmv->print_spew = debug_get_bool_option_psmv_spew();
|
||||||
psmv->print_debug = debug_get_bool_option_psmv_debug();
|
psmv->print_debug = debug_get_bool_option_psmv_debug();
|
||||||
psmv->base.destroy = psvm_device_destroy;
|
psmv->base.destroy = psmv_device_destroy;
|
||||||
psmv->base.update_inputs = psmv_device_update_inputs;
|
psmv->base.update_inputs = psmv_device_update_inputs;
|
||||||
psmv->base.get_tracked_pose = psmv_device_get_tracked_pose;
|
psmv->base.get_tracked_pose = psmv_device_get_tracked_pose;
|
||||||
psmv->base.set_output = psmv_device_set_output;
|
psmv->base.set_output = psmv_device_set_output;
|
||||||
|
|
Loading…
Reference in a new issue