mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 11:55:39 +00:00
d/ohmd: Add (OpenHMD) suffix to openhmd driver string
This commit is contained in:
parent
3d0235a450
commit
31539c800e
|
@ -395,7 +395,7 @@ oh_device_create(ohmd_context *ctx,
|
||||||
ohd->print_debug = print_debug;
|
ohd->print_debug = print_debug;
|
||||||
ohd->enable_finite_difference = debug_get_bool_option_oh_finite_diff();
|
ohd->enable_finite_difference = debug_get_bool_option_oh_finite_diff();
|
||||||
|
|
||||||
snprintf(ohd->base.str, XRT_DEVICE_NAME_LEN, "%s", prod);
|
snprintf(ohd->base.str, XRT_DEVICE_NAME_LEN, "%s (OpenHMD)", prod);
|
||||||
|
|
||||||
const struct device_info info = get_info(ohd, prod);
|
const struct device_info info = get_info(ohd, prod);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue