From: Lars Op den Kamp Date: Sun, 2 Dec 2012 09:56:58 +0000 (+0100) Subject: report our OSD name to the TV, since some TVs don't request it X-Git-Tag: upstream/2.2.0~1^2~9^2~1^2~10 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=9890892dd4d8164acaf84e0ef00cb26618207c5d report our OSD name to the TV, since some TVs don't request it --- diff --git a/src/lib/CECProcessor.cpp b/src/lib/CECProcessor.cpp index e432033..707b8eb 100644 --- a/src/lib/CECProcessor.cpp +++ b/src/lib/CECProcessor.cpp @@ -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);