report our OSD name to the TV, since some TVs don't request it
[deb_libcec.git] / src / lib / CECProcessor.cpp
index e432033961ab0a487cbeb4d4768d44455ac48824..707b8eb2d6e767a13c527d62b4d23ac21fa803ea 100644 (file)
@@ -839,6 +839,9 @@ bool CCECProcessor::RegisterClient(CCECClient *client)
     GetTV()->MarkHandlerReady();
   }
 
+  // report our OSD name to the TV, since some TVs don't request it
+  client->GetPrimaryDevice()->TransmitOSDName(CECDEVICE_TV, false);
+
   // request the power status of the TV
   tv->RequestPowerStatus(sourceAddress, true);