added DetectAdapters() method, that returns all device information for detected adapt...
[deb_libcec.git] / src / lib / CECProcessor.cpp
index 707b8eb2d6e767a13c527d62b4d23ac21fa803ea..3be1c36cdb52c3996ce092302dd157797b6772dc 100644 (file)
@@ -623,6 +623,8 @@ bool CCECProcessor::GetDeviceInformation(const char *strPort, libcec_configurati
   config->iFirmwareBuildDate = m_communication->GetFirmwareBuildDate();
   config->adapterType        = m_communication->GetAdapterType();
 
+  Close();
+
   return true;
 }