linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] IR driver for USB-UIRT device
@ 2021-05-04 17:52 Sean Young
  2021-05-04 17:52 ` [PATCH 1/3] USB: serial: move ftdi_sio.h into include directories Sean Young
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sean Young @ 2021-05-04 17:52 UTC (permalink / raw)
  To: linux-media, linux-usb, Johan Hovold, Greg Kroah-Hartman, Jon Rhees

This is a new rc-core driver for the USB-UIRT which you can see here
http://www.usbuirt.com/ 

This device is supported in lirc, via the usb serial kernel driver. This
driver is both for rc-core, which means it can use kernel/BPF decoding
ec. Also this implement is superior because it can:
 - support learning mode
 - setting transmit carrier
 - larger transmits using streaming tx command

Sean Young (3):
  USB: serial: move ftdi_sio.h into include directories
  media: rc: new driver for USB-UIRT device
  USB: serial: blacklist USB-UIRT when driver is selected

 drivers/media/rc/Kconfig                      |  11 +
 drivers/media/rc/Makefile                     |   1 +
 drivers/media/rc/uirt.c                       | 737 ++++++++++++++++++
 drivers/usb/serial/ftdi_sio.c                 |  10 +-
 .../serial => include/linux/usb}/ftdi_sio.h   |   0
 5 files changed, 758 insertions(+), 1 deletion(-)
 create mode 100644 drivers/media/rc/uirt.c
 rename {drivers/usb/serial => include/linux/usb}/ftdi_sio.h (100%)

-- 
2.31.1


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

end of thread, other threads:[~2021-05-05  9:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-04 17:52 [PATCH 0/3] IR driver for USB-UIRT device Sean Young
2021-05-04 17:52 ` [PATCH 1/3] USB: serial: move ftdi_sio.h into include directories Sean Young
2021-05-04 17:52 ` [PATCH 2/3] media: rc: new driver for USB-UIRT device Sean Young
2021-05-05  8:50   ` Oliver Neukum
2021-05-05  9:23     ` Sean Young
2021-05-04 17:52 ` [PATCH 3/3] USB: serial: blacklist USB-UIRT when driver is selected Sean Young
2021-05-04 19:00   ` Sergei Shtylyov
2021-05-04 19:01     ` 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).