diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-07-10 07:08:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-12 13:42:10 -0300 |
commit | c624b5de5037fab77c75db8272befb2df52a968f (patch) | |
tree | 02ee719e4db4e7ae01b4f7064f0cca315f7e94cb /include/uapi | |
parent | ca00033c9fc8b5f178573a76887c89296ed5b398 (diff) | |
download | linux-c624b5de5037fab77c75db8272befb2df52a968f.tar.bz2 |
[media] input: serio - add new protocol for the Pulse-Eight USB-CEC Adapter
This is for the new pulse8-cec staging driver.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/serio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/serio.h b/include/uapi/linux/serio.h index c2ea1698257f..f2447a83ac8d 100644 --- a/include/uapi/linux/serio.h +++ b/include/uapi/linux/serio.h @@ -78,5 +78,6 @@ #define SERIO_TSC40 0x3d #define SERIO_WACOM_IV 0x3e #define SERIO_EGALAX 0x3f +#define SERIO_PULSE8_CEC 0x40 #endif /* _UAPI_SERIO_H */ |