···223223 result of the :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`, and once via224224 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.225225226226+ * .. _`CEC-MSG-FL-RAW`:227227+228228+ - ``CEC_MSG_FL_RAW``229229+ - 2230230+ - Normally CEC messages are validated before transmitting them. If this231231+ flag is set when :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` is called,232232+ then no validation takes place and the message is transmitted as-is.233233+ This is useful when debugging CEC issues.234234+ This flag is only allowed if the process has the ``CAP_SYS_RAWIO``235235+ capability. If that is not set, then the ``EPERM`` error code is236236+ returned.237237+226238227239.. tabularcolumns:: |p{5.6cm}|p{0.9cm}|p{11.0cm}|228240···370358371359EPERM372360 The CEC adapter is not configured, i.e. :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`373373- has never been called.361361+ has never been called, or ``CEC_MSG_FL_RAW`` was used from a process that362362+ did not have the ``CAP_SYS_RAWIO`` capability.374363375364ENONET376365 The CEC adapter is not configured, i.e. :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`