mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/steamvr_lh: Lighthouse info print
Co-Authored-By: Gabriele Musco <gabmus@disroot.org>
This commit is contained in:
parent
81e827b4bf
commit
938dd9c74f
|
@ -227,6 +227,10 @@ Context::TrackedDeviceAdded(const char *pchDeviceSerialNumber,
|
|||
return setup_controller(pchDeviceSerialNumber, pDriver);
|
||||
break;
|
||||
}
|
||||
case vr::TrackedDeviceClass_TrackingReference: {
|
||||
CTX_INFO("Found lighthouse device: %s", pchDeviceSerialNumber);
|
||||
return false;
|
||||
}
|
||||
default: {
|
||||
CTX_WARN("Attempted to add unsupported device class: %u", eDeviceClass);
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue