mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
d/ns: Add autoprober name
This commit is contained in:
parent
9ea02ac032
commit
6914bae78e
|
@ -73,6 +73,7 @@ struct xrt_auto_prober *
|
|||
ns_create_auto_prober()
|
||||
{
|
||||
struct ns_prober *nsp = U_TYPED_CALLOC(struct ns_prober);
|
||||
nsp->base.name = "northstar";
|
||||
nsp->base.destroy = ns_prober_destroy;
|
||||
nsp->base.lelo_dallas_autoprobe = ns_prober_autoprobe;
|
||||
nsp->config_path = debug_get_option_ns_config_path();
|
||||
|
|
Loading…
Reference in a new issue