aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/cec.h2
-rw-r--r--include/uapi/linux/dvb/frontend.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/cec.h b/include/uapi/linux/cec.h
index c3114c989e91..b51fbe1941a7 100644
--- a/include/uapi/linux/cec.h
+++ b/include/uapi/linux/cec.h
@@ -411,6 +411,8 @@ struct cec_log_addrs {
411#define CEC_EVENT_LOST_MSGS 2 411#define CEC_EVENT_LOST_MSGS 2
412#define CEC_EVENT_PIN_CEC_LOW 3 412#define CEC_EVENT_PIN_CEC_LOW 3
413#define CEC_EVENT_PIN_CEC_HIGH 4 413#define CEC_EVENT_PIN_CEC_HIGH 4
414#define CEC_EVENT_PIN_HPD_LOW 5
415#define CEC_EVENT_PIN_HPD_HIGH 6
414 416
415#define CEC_EVENT_FL_INITIAL_STATE (1 << 0) 417#define CEC_EVENT_FL_INITIAL_STATE (1 << 0)
416#define CEC_EVENT_FL_DROPPED_EVENTS (1 << 1) 418#define CEC_EVENT_FL_DROPPED_EVENTS (1 << 1)
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h
index f46de499b51b..b297b65845d6 100644
--- a/include/uapi/linux/dvb/frontend.h
+++ b/include/uapi/linux/dvb/frontend.h
@@ -831,7 +831,7 @@ struct dtv_fe_stats {
831 * @cmd: Digital TV command. 831 * @cmd: Digital TV command.
832 * @reserved: Not used. 832 * @reserved: Not used.
833 * @u: Union with the values for the command. 833 * @u: Union with the values for the command.
834 * @result: Result of the command set (currently unused). 834 * @result: Unused
835 * 835 *
836 * The @u union may have either one of the values below: 836 * The @u union may have either one of the values below:
837 * 837 *