Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
c7a29258 d2f2ce00

+1
+1
include/uapi/linux/serio.h
··· 83 83 #define SERIO_PULSE8_CEC 0x40 84 84 #define SERIO_RAINSHADOW_CEC 0x41 85 85 #define SERIO_FSIA6B 0x42 86 + #define SERIO_EXTRON_DA_HD_4K_PLUS 0x43 86 87 87 88 #endif /* _UAPI_SERIO_H */