cec: renamed WaitForAck() to WaitForTransmitSucceeded(), because it waits for the...
[deb_libcec.git] / src / lib / devices / CECBusDevice.cpp
index cbd332e088c44fce6bbf63779f0c4d47d4ef3845..7faa5fb6a10252da1b43e2f6284352b91f7e7673 100644 (file)
@@ -212,7 +212,6 @@ void CCECBusDevice::PollVendorId(void)
 
     cec_command command;
     cec_command::format(command, GetMyLogicalAddress(), GetLogicalAddress(), CEC_OPCODE_GIVE_DEVICE_VENDOR_ID);
-    command.ack_timeout = 0;
     m_processor->Transmit(command);
   }
 }