X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2Flib%2FCECClient.cpp;h=008831b95527b6438747b4ebc4f6b12e668292a8;hb=d78e4e6f492d94f613dd4577b9fedc53c5a53a0d;hp=7cf542bd1766ee445214d6cd718ee4c3b8a28a11;hpb=42d28d15d07f893b491051970ade1bd56bb596eb;p=deb_libcec.git diff --git a/src/lib/CECClient.cpp b/src/lib/CECClient.cpp index 7cf542b..008831b 100644 --- a/src/lib/CECClient.cpp +++ b/src/lib/CECClient.cpp @@ -269,6 +269,7 @@ void CCECClient::SetSupportedDeviceTypes(void) if (!types.IsSet(type)) types.Add(type); } + m_processor->GetTV()->MarkHandlerReady(); // set the new type list m_configuration.deviceTypes = types;