cec: fixed 'unsupported command' marking in CCECBusDevice
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index a60dc731276bb450b4460e4a5e8e6be1b2f43b75..a1b1f96fb90e2c16ff5c57f711d6af7703d8028a 100644 (file)
@@ -137,6 +137,7 @@ namespace CEC
     int8_t                                m_iTransmitRetries;
     bool                                  m_bHandlerInited;
     cec_opcode                            m_expectedResponse;
+    cec_opcode                            m_lastCommandSent;
     bool                                  m_bOPTSendDeckStatusUpdateOnActiveSource;
     cec_vendor_id                         m_vendorId;
     PLATFORM::CMutex                      m_receiveMutex;