diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-04-14 16:56:11 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-04-14 16:56:11 +0000 |
commit | 937eaf8bbdcf7e2cd3231b71940f9221e6857210 (patch) | |
tree | f35da0d4b9188f1cb082442854ce86fcca10b7b4 /include/dt-bindings/input/linux-event-codes.h | |
parent | 995ee34fd27211af598f9adf111cb49609d1b3de (diff) |
Diffstat (limited to 'include/dt-bindings/input/linux-event-codes.h')
-rw-r--r-- | include/dt-bindings/input/linux-event-codes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dt-bindings/input/linux-event-codes.h b/include/dt-bindings/input/linux-event-codes.h index 0f1db1cccc3fd..6923dc7e02982 100644 --- a/include/dt-bindings/input/linux-event-codes.h +++ b/include/dt-bindings/input/linux-event-codes.h @@ -652,6 +652,9 @@ /* Electronic privacy screen control */ #define KEY_PRIVACY_SCREEN_TOGGLE 0x279 +/* Select an area of screen to be copied */ +#define KEY_SELECTIVE_SCREENSHOT 0x27a + /* * Some keyboards have keys which do not have a defined meaning, these keys * are intended to be programmed / bound to macros by the user. For most |