cec: only switch handlers once when using the generic handler
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.cpp
index 31376e59b1c12cbc66c1b34d86c7e80285db1d6b..7a357d319f7d003c5ab086f191448c460016006a 100644 (file)
@@ -54,6 +54,7 @@ CSLCommandHandler::CSLCommandHandler(CCECBusDevice *busDevice) :
     m_bSLEnabled(false),
     m_bPowerStateReset(false)
 {
+  m_vendorId = CEC_VENDOR_LG;
   CCECBusDevice *primary = m_processor->GetPrimaryDevice();
 
   /* imitate LG devices */