diff --git a/driver_vrinputemulator/src/hooks/common.cpp b/driver_vrinputemulator/src/hooks/common.cpp index 0f8821e3..b2c32cef 100644 --- a/driver_vrinputemulator/src/hooks/common.cpp +++ b/driver_vrinputemulator/src/hooks/common.cpp @@ -27,6 +27,8 @@ std::shared_ptr InterfaceHooks::hookInterface(void* interfaceRef retval = IVRServerDriverHost005Hooks::createHooks(interfaceRef); } else if (interfaceVersion.compare("IVRDriverInput_001") == 0) { retval = IVRDriverInput001Hooks::createHooks(interfaceRef); + } else if (interfaceVersion.compare("IVRDriverInput_002") == 0) { + retval = IVRDriverInput001Hooks::createHooks(interfaceRef); } else if (interfaceVersion.compare("ITrackedDeviceServerDriver_005") == 0) { retval = ITrackedDeviceServerDriver005Hooks::createHooks(interfaceRef); } else if (interfaceVersion.compare("IVRControllerComponent_001") == 0) {