All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for the RainShadow Tech HDMI CEC adapter
@ 2016-12-15 13:02 Hans Verkuil
  2016-12-15 13:02 ` [PATCH 1/2] serio.h: add SERIO_RAINSHADOW_CEC ID Hans Verkuil
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Hans Verkuil @ 2016-12-15 13:02 UTC (permalink / raw)
  To: linux-media; +Cc: Dmitry Torokhov, linux-input

From: Hans Verkuil <hans.verkuil@cisco.com>

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

-- 
2.10.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-04-05  6:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15 13:02 [PATCH 0/2] Add support for the RainShadow Tech HDMI CEC adapter Hans Verkuil
2016-12-15 13:02 ` [PATCH 1/2] serio.h: add SERIO_RAINSHADOW_CEC ID Hans Verkuil
2016-12-15 13:02 ` [PATCH 2/2] rainshadow-cec: new RainShadow Tech HDMI CEC driver Hans Verkuil
2017-01-03  6:51   ` Dmitry Torokhov
2017-02-03 14:46     ` Hans Verkuil
2017-04-05  0:26       ` Dmitry Torokhov
2017-04-05  6:35         ` Hans Verkuil
2017-01-02 12:19 ` [PATCH 0/2] Add support for the RainShadow Tech HDMI CEC adapter Hans Verkuil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.