From: Hans Verkuil Date: Wed, 12 Aug 2020 12:20:10 +0000 (+0200) Subject: media: input: serio.h: add SERIO_EXTRON_DA_HD_PLUS X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c7a29258737076a7caf9ced6a7d710cce890abe5;p=users%2Fjedix%2Flinux-maple.git 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 Acked-by: Dmitry Torokhov Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/uapi/linux/serio.h b/include/uapi/linux/serio.h index ed2a96f43ce4f..5a2af0942c9f2 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 */