only change the handler of the primary device if the tv has a quirks mode, not for...
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.cpp
index 7c9579d8ea6b24254af43679ef656562f04d89c9..4671037b5573902e5a89c2bf78650154bd436534 100644 (file)
@@ -86,6 +86,9 @@ bool CSLCommandHandler::InitHandler(void)
     return true;
   m_bHandlerInited = true;
 
+  if (m_busDevice->GetLogicalAddress() != CECDEVICE_TV)
+    return true;
+
   CCECBusDevice *primary = m_processor->GetPrimaryDevice();
   if (primary && primary->GetLogicalAddress() != CECDEVICE_UNREGISTERED)
   {