diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-08-12 14:20:10 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2024-09-05 20:11:43 +0200 |
commit | c7a29258737076a7caf9ced6a7d710cce890abe5 (patch) | |
tree | a74cfd2cfbf79e07edb33c3a1d803a3d38631c22 | |
parent | d2f2ce0069d447ca9de80edc38ca8484d1c8a94d (diff) |
media: input: serio.h: add SERIO_EXTRON_DA_HD_PLUS
Add a new serio ID for the Extron DA HD 4K Plus series of 4K HDMI
Distribution Amplifiers. These devices support CEC over the serial
port, so a new serio ID is needed to be able to associate the CEC
driver.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-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 ed2a96f43ce4..5a2af0942c9f 100644 --- a/include/uapi/linux/serio.h +++ b/include/uapi/linux/serio.h @@ -83,5 +83,6 @@ #define SERIO_PULSE8_CEC 0x40 #define SERIO_RAINSHADOW_CEC 0x41 #define SERIO_FSIA6B 0x42 +#define SERIO_EXTRON_DA_HD_4K_PLUS 0x43 #endif /* _UAPI_SERIO_H */ |