cec: don't set the power status to 'powered off' when marking the source managed...
authorLars Op den Kamp <lars@opdenkamp.eu>
Thu, 26 Apr 2012 11:10:56 +0000 (13:10 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Thu, 26 Apr 2012 11:10:56 +0000 (13:10 +0200)
src/lib/devices/CECBusDevice.cpp

index d4a8bb0f6cb9df88134192e1ae74dc3c614f56a4..c6881621d577ba03d7423ffd692bf887fbb35983 100644 (file)
@@ -533,9 +533,6 @@ void CCECBusDevice::SetInactiveSource(void)
       CLibCEC::AddLog(CEC_LOG_DEBUG, "marking %s (%X) as inactive source", GetLogicalAddressName(), m_iLogicalAddress);
     m_bActiveSource = false;
   }
-
-  if (MyLogicalAddressContains(m_iLogicalAddress))
-    SetPowerStatus(CEC_POWER_STATUS_STANDBY);
 }
 
 void CCECBusDevice::SetActiveSource(void)