cec: send deck status 0x20 when an LG tv is found, so keypresses will be routed to...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 8c6d0c10506149e5faff24e997b3c1c06b4ab296..383a38613b036311951ad744fc6062f0a9980c6b 100644 (file)
@@ -50,6 +50,8 @@ namespace CEC
     virtual void HandlePoll(const cec_logical_address iInitiator, const cec_logical_address iDestination);
     virtual bool HandleReceiveFailed(void);
 
+    virtual bool InitHandler(void) { return true; }
+
   protected:
     virtual bool HandleActiveSource(const cec_command &command);
     virtual bool HandleDeckControl(const cec_command &command);