cec: set a device type and name for each CCECBusDevice
[deb_libcec.git] / src / lib / devices / CECBusDevice.h
index 362e86ed4c0d146e12455d75e79453b10093e003..8d5eafb92a2c2b86423c797a349efcb6a365be2a 100644 (file)
@@ -92,6 +92,8 @@ namespace CEC
     virtual bool BroadcastActiveSource(void);
 
   protected:
+    cec_device_type     m_type;
+    CStdString          m_strDeviceName;
     uint16_t            m_iPhysicalAddress;
     cec_logical_address m_iLogicalAddress;
     cec_power_status    m_powerStatus;