diff options
Diffstat (limited to 'include/linux/cec.h')
-rw-r--r-- | include/linux/cec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cec.h b/include/linux/cec.h index 851968e..825455f 100644 --- a/include/linux/cec.h +++ b/include/linux/cec.h @@ -391,6 +391,8 @@ struct cec_log_addrs { /* Allow a fallback to unregistered */ #define CEC_LOG_ADDRS_FL_ALLOW_UNREG_FALLBACK (1 << 0) +/* Passthrough RC messages to the input subsystem */ +#define CEC_LOG_ADDRS_FL_ALLOW_RC_PASSTHRU (1 << 1) /* Events */ |