public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Pulse-Eight USB CEC driver
@ 2016-07-10 13:11 Hans Verkuil
  2016-07-10 13:11 ` [PATCH 1/5] cec: add check if adapter is unregistered Hans Verkuil
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Hans Verkuil @ 2016-07-10 13:11 UTC (permalink / raw)
  To: linux-media; +Cc: lars

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

This adds support for the Pulse-Eight USB CEC dongle. It has been tested
with both v4 and v5 firmware.

It is still in staging because 1) the CEC framework it depends on is still in 
staging, 2) the code needs to be refactored a bit and 3) it needs more testing.

That said, it's in pretty decent shape. It's pretty neat, but I do wish it
would support a CEC bus snooping mode: that would make it an ideal CEC bus
sniffer. But I don't see any support for it, unfortunately.

If anyone knows how this can be achieved then please let me know!

Please note that this needs support from inputattach (part of linuxconsoletools),
a patch is included in the TODO file.

Regards,

	Hans

Hans Verkuil (5):
  cec: add check if adapter is unregistered.
  serio.h: add new define for the Pulse-Eight USB-CEC Adapter
  pulse8-cec: new driver for the Pulse-Eight USB-CEC Adapter
  MAINTAINERS: add entry for the pulse8-cec driver
  pulse8-cec: add TODO file

 MAINTAINERS                                   |   7 +
 drivers/staging/media/Kconfig                 |   2 +
 drivers/staging/media/Makefile                |   1 +
 drivers/staging/media/cec/cec-adap.c          |   5 +-
 drivers/staging/media/pulse8-cec/Kconfig      |  10 +
 drivers/staging/media/pulse8-cec/Makefile     |   1 +
 drivers/staging/media/pulse8-cec/TODO         |  35 ++
 drivers/staging/media/pulse8-cec/pulse8-cec.c | 502 ++++++++++++++++++++++++++
 include/uapi/linux/serio.h                    |   1 +
 9 files changed, 563 insertions(+), 1 deletion(-)
 create mode 100644 drivers/staging/media/pulse8-cec/Kconfig
 create mode 100644 drivers/staging/media/pulse8-cec/Makefile
 create mode 100644 drivers/staging/media/pulse8-cec/TODO
 create mode 100644 drivers/staging/media/pulse8-cec/pulse8-cec.c

-- 
2.8.1


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

end of thread, other threads:[~2016-07-11 17:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-10 13:11 [PATCH 0/5] Pulse-Eight USB CEC driver Hans Verkuil
2016-07-10 13:11 ` [PATCH 1/5] cec: add check if adapter is unregistered Hans Verkuil
2016-07-10 13:11 ` [PATCH 2/5] serio.h: add new define for the Pulse-Eight USB-CEC Adapter Hans Verkuil
2016-07-10 13:20   ` Hans Verkuil
2016-07-11 17:00   ` Dmitry Torokhov
2016-07-10 13:11 ` [PATCH 3/5] pulse8-cec: new driver " Hans Verkuil
2016-07-10 13:11 ` [PATCH 4/5] MAINTAINERS: add entry for the pulse8-cec driver Hans Verkuil
2016-07-10 13:11 ` [PATCH 5/5] pulse8-cec: add TODO file Hans Verkuil
2016-07-11  7:34 ` [PATCH 0/5] Pulse-Eight USB CEC driver Lars Op den Kamp
2016-07-11  8:57   ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox