mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
d/psmv: Use new prober function helpers
This commit is contained in:
parent
e336590153
commit
35093bee3c
|
@ -463,7 +463,7 @@ psmv_found(struct xrt_prober *xp,
|
|||
return 0;
|
||||
}
|
||||
|
||||
ret = xp->open_hid_interface(xp, devices[index], 0, &hid);
|
||||
ret = xrt_prober_open_hid_interface(xp, devices[index], 0, &hid);
|
||||
if (ret != 0) {
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue