cec: LG devices don't respond to CEC version requests (unsupported feature). set...
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.cpp
index 3e79fd1e433511622c25ddeb6943e889492b293a..6752c926572648aa1b8653b352e0edd477312582 100644 (file)
@@ -68,9 +68,8 @@ CSLCommandHandler::CSLCommandHandler(CCECBusDevice *busDevice) :
     primary->ReplaceHandler(false);
   }
 
-  /* LG TVs don't always reply to CEC version requests, so just set it to 1.3a */
-  if (m_busDevice->GetLogicalAddress() == CECDEVICE_TV)
-    m_busDevice->SetCecVersion(CEC_VERSION_1_3A);
+  /* LG devices don't always reply to CEC version requests, so just set it to 1.3a */
+  m_busDevice->SetCecVersion(CEC_VERSION_1_3A);
 
   /* LG devices always return "korean" as language */
   cec_menu_language lang;