|
@@ -144,7 +144,7 @@ logical address types are already defined will return with error ``EBUSY``.
|
|
|
|
|
|
- ``flags``
|
|
|
|
|
|
- - Flags. No flags are defined yet, so set this to 0.
|
|
|
+ - Flags. See :ref:`cec-log-addrs-flags` for a list of available flags.
|
|
|
|
|
|
- .. row 7
|
|
|
|
|
@@ -201,6 +201,25 @@ logical address types are already defined will return with error ``EBUSY``.
|
|
|
give the CEC framework more information about the device type, even
|
|
|
though the framework won't use it directly in the CEC message.
|
|
|
|
|
|
+.. _cec-log-addrs-flags:
|
|
|
+
|
|
|
+.. flat-table:: Flags for struct cec_log_addrs
|
|
|
+ :header-rows: 0
|
|
|
+ :stub-columns: 0
|
|
|
+ :widths: 3 1 4
|
|
|
+
|
|
|
+
|
|
|
+ - .. _`CEC-LOG-ADDRS-FL-ALLOW-UNREG-FALLBACK`:
|
|
|
+
|
|
|
+ - ``CEC_LOG_ADDRS_FL_ALLOW_UNREG_FALLBACK``
|
|
|
+
|
|
|
+ - 1
|
|
|
+
|
|
|
+ - By default if no logical address of the requested type can be claimed, then
|
|
|
+ it will go back to the unconfigured state. If this flag is set, then it will
|
|
|
+ fallback to the Unregistered logical address. Note that if the Unregistered
|
|
|
+ logical address was explicitly requested, then this flag has no effect.
|
|
|
+
|
|
|
.. _cec-versions:
|
|
|
|
|
|
.. flat-table:: CEC Versions
|