diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-08-20 15:05:27 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2017-08-20 15:05:27 +0200 |
commit | fe4d07817bc782543e969b041086e34af2b5018e (patch) | |
tree | 6b780f1e9bafc285dd182145c047895cae3a1ae9 /include | |
parent | 6f6accf30ee100eb355c80b891447aeeca21bf58 (diff) |
v4l-utils: sync with kernel
The CEC_EVENT_PIN_* events were renamed to CEC_EVENT_PIN_CEC_*.
Update cec-ctl accordingly.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/cec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/cec.h b/include/linux/cec.h index d87a67b0..4351c348 100644 --- a/include/linux/cec.h +++ b/include/linux/cec.h @@ -408,8 +408,8 @@ struct cec_log_addrs { * didn't empty the message queue in time */ #define CEC_EVENT_LOST_MSGS 2 -#define CEC_EVENT_PIN_LOW 3 -#define CEC_EVENT_PIN_HIGH 4 +#define CEC_EVENT_PIN_CEC_LOW 3 +#define CEC_EVENT_PIN_CEC_HIGH 4 #define CEC_EVENT_FL_INITIAL_STATE (1 << 0) #define CEC_EVENT_FL_DROPPED_EVENTS (1 << 1) |