added handler for philips. ignore repeating 'display information' keypresses from...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.cpp
index d1af939188fbf86386295827a6652d1a065f2613..ad2488750b129cbe784fa3f186757d3cf46f47d0 100644 (file)
@@ -705,7 +705,7 @@ int CCECCommandHandler::HandleUserControlPressed(const cec_command &command)
   {
     // we're not marked as active source, but the tv sends keypresses to us, so assume it forgot to activate us
     if (!device->IsActiveSource() && command.initiator == CECDEVICE_TV)
-      device->ActivateSource();
+      device->MarkAsActiveSource();
   }
 
   return COMMAND_HANDLED;