cec: poll for a vendor id when an active device is detected on a logical addres,...
[deb_libcec.git] / src / lib / CECProcessor.cpp
index e9caaf0835ba0cec3a4e83e72fb410541f825f35..648ec205babcd70cf6faf3b9e34ff1fea00048c7 100644 (file)
@@ -114,6 +114,9 @@ void *CCECProcessor::Process(void)
 
     m_controller->CheckKeypressTimeout();
 
+    for (unsigned int iDevicePtr = 0; iDevicePtr < 16; iDevicePtr++)
+      m_busDevices[iDevicePtr]->PollVendorId();
+
     if (!IsStopped())
       Sleep(5);
   }