Dmitry: ping! And of course a happy New Year to you as well! Regards, Hans On 12/15/16 14:02, Hans Verkuil wrote:
From: Hans Verkuil <hans.verkuil@xxxxxxxxx> This patch series adds support to the RainShadow Tech HDMI CEC adapter (http://rainshadowtech.com/HdmiCecUsb.html). The first patch adds the needed serio ID, the second adds the driver itself. Dmitry, will you take the first patch, or can we take it together with the second patch? This is of course for 4.11. Regards, Hans Hans Verkuil (2): serio.h: add SERIO_RAINSHADOW_CEC ID rainshadow-cec: new RainShadow Tech HDMI CEC driver MAINTAINERS | 7 + drivers/media/usb/Kconfig | 1 + drivers/media/usb/Makefile | 1 + drivers/media/usb/rainshadow-cec/Kconfig | 10 + drivers/media/usb/rainshadow-cec/Makefile | 1 + drivers/media/usb/rainshadow-cec/rainshadow-cec.c | 344 ++++++++++++++++++++++ include/uapi/linux/serio.h | 1 + 7 files changed, 365 insertions(+) create mode 100644 drivers/media/usb/rainshadow-cec/Kconfig create mode 100644 drivers/media/usb/rainshadow-cec/Makefile create mode 100644 drivers/media/usb/rainshadow-cec/rainshadow-cec.c
-- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html