cec: don't make libCEC the active source when changing the physical address. don...
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.cpp
index e9674baafb22f84ca8f575d46e407884156cf8a4..a313819ca581cc79c1baef56da150ac57126a2b6 100644 (file)
@@ -40,6 +40,7 @@ using namespace CEC;
 CANCommandHandler::CANCommandHandler(CCECBusDevice *busDevice) :
     CCECCommandHandler(busDevice)
 {
+  m_vendorId = CEC_VENDOR_SAMSUNG;
 }
 
 bool CANCommandHandler::HandleVendorRemoteButtonDown(const cec_command &command)