diff --git a/src/xrt/drivers/steamvr_lh/device.cpp b/src/xrt/drivers/steamvr_lh/device.cpp index 80f6205b0..05eb6ca02 100644 --- a/src/xrt/drivers/steamvr_lh/device.cpp +++ b/src/xrt/drivers/steamvr_lh/device.cpp @@ -789,6 +789,8 @@ ControllerDevice::handle_property_write(const vr::PropertyWrite_t &prop) break; } default: { + this->device_type = XRT_DEVICE_TYPE_UNKNOWN; + DEV_WARN("requested unimplemented role hint %i", this->device_type); break; } }