cec: read the build date while connecting
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.cpp
index df295e5033aa59e05bc09b7229ba50755c7884fa..1d3df13c907541d4863a902644f395bec06cfae1 100644 (file)
@@ -426,6 +426,9 @@ bool CUSBCECAdapterCommunication::CheckAdapter(uint32_t iTimeoutMs /* = CEC_DEFA
   else
     bReturn = true;
 
+  /* try to read the build date */
+  m_commands->RequestBuildDate();
+
   SetInitialised(bReturn);
   return bReturn;
 }