| From: |
| Sean Young <sean-AT-mess.org> |
| To: |
| linux-media-AT-vger.kernel.org, linux-usb-AT-vger.kernel.org, Greg KH <gregkh-AT-linuxfoundation.org>, Oliver Neukum <oneukum-AT-suse.com> |
| Subject: |
| [PATCH v3 0/3] IR Toy / IR Droid USB driver |
| Date: |
| Wed, 27 May 2020 16:03:49 +0100 |
| Message-ID: |
| <20200527150352.18840-1-sean@mess.org> |
| Archive-link: |
| Article |
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