cec: get the vendor id of the TV before allocating logical addresses, so we can deter...
[deb_libcec.git] / src / lib / CECClient.h
index 3d812f0ff9377e574d3448aa125b58607ce0fb32..87a4b7fbaf071d9067ea897dc1ca8f9ac1fb7233 100644 (file)
@@ -292,6 +292,11 @@ namespace CEC
      */
     virtual bool AutodetectPhysicalAddress(void);
 
+    /*!
+     * @brief Replaces all device types in m_configuration by types that are supported by the command handler of the TV
+     */
+    virtual void SetSupportedDeviceTypes(void);
+
     CCECProcessor *                         m_processor;      /**< a pointer to the processor */
     libcec_configuration                    m_configuration;  /**< the configuration of this client */
     bool                                    m_bInitialised;   /**< true when initialised, false otherwise */