X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.cpp;h=f0d59dbb0644b2bb3cae4f86d0a4f7d9910f40e6;hb=5477a250b595adb296ed42a88abab002981f4761;hp=dfef4a09e75dfa46e8c66572e0dfd663dc58bec1;hpb=7b74fdfb8d43b0044fc3e55f5f8d9263ed636e3b;p=deb_libcec.git diff --git a/src/lib/implementations/VLCommandHandler.cpp b/src/lib/implementations/VLCommandHandler.cpp index dfef4a0..f0d59db 100644 --- a/src/lib/implementations/VLCommandHandler.cpp +++ b/src/lib/implementations/VLCommandHandler.cpp @@ -39,7 +39,7 @@ using namespace CEC; CVLCommandHandler::CVLCommandHandler(CCECBusDevice *busDevice) : CCECCommandHandler(busDevice) { - m_bOPTSendDeckStatusUpdateOnActiveSource = false; + m_vendorId = CEC_VENDOR_PANASONIC; } bool CVLCommandHandler::InitHandler(void)