Dmitry, Can I have your Ack for this patch? I'd like to get this driver in for 4.12. You can also take this for 4.12 yourself, but serio.h doesn't change often so the chance of conflicts is small. Regards, Hans On 03/02/17 16:26, Hans Verkuil wrote:
From: Hans Verkuil <hans.verkuil@xxxxxxxxx> Add a new serio ID for the RainShadow Tech USB HDMI CEC adapter. Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> --- include/uapi/linux/serio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/serio.h b/include/uapi/linux/serio.h index f2447a8..f42e919 100644 --- a/include/uapi/linux/serio.h +++ b/include/uapi/linux/serio.h @@ -79,5 +79,6 @@ #define SERIO_WACOM_IV 0x3e #define SERIO_EGALAX 0x3f #define SERIO_PULSE8_CEC 0x40 +#define SERIO_RAINSHADOW_CEC 0x41 #endif /* _UAPI_SERIO_H */