cec: LG devices don't respond to CEC version requests (unsupported feature). set...
authorLars Op den Kamp <lars@opdenkamp.eu>
Fri, 17 Feb 2012 09:55:03 +0000 (10:55 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Fri, 17 Feb 2012 10:39:30 +0000 (11:39 +0100)
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;