diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-23 14:03:10 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-23 14:03:10 +0100 |
| commit | e08a9005e6fa61e8e0d0aa72f565101d368a032b (patch) | |
| tree | f6e1e2508cbcf67c93d5a26d43ed7ee719b5f954 /include/uapi | |
| parent | f51b91f1722043fa8a62bf621b07a6f1b4a04195 (diff) | |
| parent | a52e6f7923c17a672135b485ffd96fbd72f46267 (diff) | |
| download | linux-next-e08a9005e6fa61e8e0d0aa72f565101d368a032b.tar.gz linux-next-e08a9005e6fa61e8e0d0aa72f565101d368a032b.zip | |
Merge branch 'next' of git://linuxtv.org/media-ci/media-pending.git
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/cec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/cec.h b/include/uapi/linux/cec.h index 81a05c9c0706..fdfc97a6e4ec 100644 --- a/include/uapi/linux/cec.h +++ b/include/uapi/linux/cec.h @@ -403,6 +403,8 @@ struct cec_log_addrs { #define CEC_LOG_ADDRS_FL_ALLOW_RC_PASSTHRU (1 << 1) /* CDC-Only device: supports only CDC messages */ #define CEC_LOG_ADDRS_FL_CDC_ONLY (1 << 2) +/* Configuration failed */ +#define CEC_LOG_ADDRS_FL_CONFIG_FAILED (1 << 3) /** * struct cec_drm_connector_info - tells which drm connector is |
