Message ID | ccbb099a35cb788c7304795927f508cfc2342ff8.1723190258.git.hverkuil-cisco@xs4all.nl |
---|---|
State | New |
Headers | show |
Series | media: cec: add support for the Extron DA HD 4K Plus HDMI Splitter | expand |
Hi Hans, On Wed, Aug 28, 2024 at 01:25:45PM +0200, Hans Verkuil wrote: > Hi Dmitry, > > It's a trivial patch, but it would be great if you can give an Acked-by > or Reviewed-by. My apologies, I missed this. Please make sure to CC me directly, not just the input list. Hmm, I see that serio.h is missing from the MAINTAINERS file, let me add it... Thanks.
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 */
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> --- include/uapi/linux/serio.h | 1 + 1 file changed, 1 insertion(+)