diff mbox series

[4/6] input: serio.h: add SERIO_EXTRON_DA_HD_PLUS

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

Commit Message

Hans Verkuil Aug. 9, 2024, 7:57 a.m. UTC
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(+)

Comments

Dmitry Torokhov Aug. 28, 2024, 4:13 p.m. UTC | #1
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 mbox series

Patch

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 */