This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: v4l-utils: sync-with-kernel Author: Hans Verkuil <hans.verk...@cisco.com> Date: Fri Oct 5 17:40:26 2018 +0200 Sync with the latest media_tree master branch. Signed-off-by: Hans Verkuil <hans.verk...@cisco.com> include/linux/cec.h | 3 +++ 1 file changed, 3 insertions(+) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=dc63ad119a7e080723759d7864595e2bd1d75175 diff --git a/include/linux/cec.h b/include/linux/cec.h index 460bbc08adf7..af316ebd65df 100644 --- a/include/linux/cec.h +++ b/include/linux/cec.h @@ -152,10 +152,13 @@ static __inline__ void cec_msg_set_reply_to(struct cec_msg *msg, #define CEC_TX_STATUS_LOW_DRIVE (1 << 3) #define CEC_TX_STATUS_ERROR (1 << 4) #define CEC_TX_STATUS_MAX_RETRIES (1 << 5) +#define CEC_TX_STATUS_ABORTED (1 << 6) +#define CEC_TX_STATUS_TIMEOUT (1 << 7) #define CEC_RX_STATUS_OK (1 << 0) #define CEC_RX_STATUS_TIMEOUT (1 << 1) #define CEC_RX_STATUS_FEATURE_ABORT (1 << 2) +#define CEC_RX_STATUS_ABORTED (1 << 3) static __inline__ int cec_msg_status_is_ok(const struct cec_msg *msg) { _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits