added the type of adapter to libcec_configuration, and display the type in cec-client...
[deb_libcec.git] / src / lib / LibCEC.cpp
index ad4ce66625873f156c7f037b0d9445228c3e0e28..252e1dcfe9f48545f183b82698b87cb325d029a3 100644 (file)
@@ -649,6 +649,11 @@ void CLibCEC::InitVideoStandalone(void)
   CAdapterFactory::InitVideoStandalone();
 }
 
+const char *CLibCEC::ToString(const cec_adapter_type type)
+{
+  return CCECTypeUtils::ToString(type);
+}
+
 // no longer being used
 void CLibCEC::AddKey(const cec_keypress &UNUSED(key)) {}
 void CLibCEC::ConfigurationChanged(const libcec_configuration &UNUSED(config)) {}