diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-07-18 19:07:18 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2017-07-18 19:07:18 +0200 |
commit | 57b1623eb8751787b411b104b4f7b1e76b86f284 (patch) | |
tree | 5723b4498bab6b9bf9c9fd390a010a2cf3e06daa /contrib | |
parent | 8e68406dae2233e811032dc8e7714c09c818e893 (diff) |
v4l-utils: sync with latest kernel
Update the headers to the latest linux kernel. Specifically for the
new CEC pin monitoring API.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/freebsd/include/linux/input-event-codes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/freebsd/include/linux/input-event-codes.h b/contrib/freebsd/include/linux/input-event-codes.h index e2b5c758..e19aa894 100644 --- a/contrib/freebsd/include/linux/input-event-codes.h +++ b/contrib/freebsd/include/linux/input-event-codes.h @@ -600,6 +600,7 @@ #define KEY_APPSELECT 0x244 /* AL Select Task/Application */ #define KEY_SCREENSAVER 0x245 /* AL Screen Saver */ #define KEY_VOICECOMMAND 0x246 /* Listening Voice Command */ +#define KEY_ASSISTANT 0x247 /* AL Context-aware desktop assistant */ #define KEY_BRIGHTNESS_MIN 0x250 /* Set Brightness to Minimum */ #define KEY_BRIGHTNESS_MAX 0x251 /* Set Brightness to Maximum */ |