linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] IR Toy / IR Droid USB driver
@ 2020-05-27 15:03 Sean Young
  2020-05-27 15:03 ` [PATCH v3 1/3] media: rc: add support for Infrared Toy and IR Droid devices Sean Young
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sean Young @ 2020-05-27 15:03 UTC (permalink / raw)
  To: linux-media, linux-usb, Greg KH, Oliver Neukum

changes since v2:
review comments from Oliver Neukum <oneukum@suse.com>

changes since v1:
v1 was a serio driver, this has now been re-written to be a USB driver.
This requires a blacklist in the usb cdc-acm driver.

This also allows us to feed IR data to the device from the urb callback
handler, which reduces the chance of unwanted gaps in the transmission.

Sean Young (3):
  media: rc: add support for Infrared Toy and IR Droid devices
  USB: cdc-acm: blacklist IR Droid / IR Toy device
  MAINTAINERS: rc core and lirc maintainership

 MAINTAINERS                 |  13 +
 drivers/media/rc/Kconfig    |  11 +
 drivers/media/rc/Makefile   |   1 +
 drivers/media/rc/ir_toy.c   | 493 ++++++++++++++++++++++++++++++++++++
 drivers/usb/class/cdc-acm.c |   6 +
 5 files changed, 524 insertions(+)
 create mode 100644 drivers/media/rc/ir_toy.c

-- 
2.26.2


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

end of thread, other threads:[~2020-05-28  0:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 15:03 [PATCH v3 0/3] IR Toy / IR Droid USB driver Sean Young
2020-05-27 15:03 ` [PATCH v3 1/3] media: rc: add support for Infrared Toy and IR Droid devices Sean Young
2020-05-27 23:43   ` kbuild test robot
2020-05-27 15:03 ` [PATCH v3 2/3] USB: cdc-acm: blacklist IR Droid / IR Toy device Sean Young
2020-05-27 15:03 ` [PATCH v3 3/3] MAINTAINERS: rc core and lirc maintainership Sean Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).