X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FRLCommandHandler.cpp;h=9643ee50f5f4c4bbdc339c342936317d81a8e5b9;hb=abec5f17e29ff169574dfd16a54380a19a8fc39b;hp=c7e46823e92e13489f7d9b8ad2da0cea5c806ced;hpb=8f6e48cd4aaefa12c0a5cbd6cc17f8649396bdf6;p=deb_libcec.git diff --git a/src/lib/implementations/RLCommandHandler.cpp b/src/lib/implementations/RLCommandHandler.cpp index c7e4682..9643ee5 100644 --- a/src/lib/implementations/RLCommandHandler.cpp +++ b/src/lib/implementations/RLCommandHandler.cpp @@ -41,13 +41,13 @@ using namespace PLATFORM; CRLCommandHandler::CRLCommandHandler(CCECBusDevice *busDevice) : CCECCommandHandler(busDevice) { - m_vendorId = CEC_VENDOR_PANASONIC; + m_vendorId = CEC_VENDOR_TOSHIBA; CCECBusDevice *primary = m_processor->GetPrimaryDevice(); - /* imitate Panasonice devices */ + /* imitate Toshiba devices */ if (primary && m_busDevice->GetLogicalAddress() != primary->GetLogicalAddress()) { - primary->SetVendorId(CEC_VENDOR_PANASONIC); + primary->SetVendorId(CEC_VENDOR_TOSHIBA); primary->ReplaceHandler(false); } }