mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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;
|
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) {
|
if (ret != 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue