cec: delay the 'active source' command for panasonic, until the vendor command that...
[deb_libcec.git] / src / lib / devices / CECBusDevice.cpp
index 13ba22e75ae36c2cdf38a264cbf1945c11b15797..3d4a20abfb9405b87c34cf3698515774b04c4a09 100644 (file)
@@ -1076,4 +1076,12 @@ void CCECBusDevice::CheckVendorIdRequested(void)
   }
 }
 
+bool CCECBusDevice::TransmitPendingActiveSourceCommands(void)
+{
+  MarkBusy();
+  bool bReturn = m_handler->TransmitPendingActiveSourceCommands();
+  MarkReady();
+  return bReturn;
+}
+
 //@}