Hi Mauro, Here is the new rc driver ir_toy and some minor fixes. Thanks, Sean The following changes since commit 2630e1bb0948c3134c6f22ad275ae27cc6023532: media: rkvdec: Fix H264 scaling list order (2020-06-11 19:21:38 +0200) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git tags/v5.9a for you to fetch changes up to 824812364f8916f7662a51f1b759fe22ba3a4ede: media: budget-core: Improve exception handling in budget_register() (2020-06-14 21:34:40 +0100) ---------------------------------------------------------------- v5.9a ---------------------------------------------------------------- Arnd Bergmann (1): media: cxusb-analog: fix V4L2 dependency Chuhong Yuan (1): media: budget-core: Improve exception handling in budget_register() Jan Pieter van Woerkom (1): media: dvbsky: MyGica T230* receivers also do DVB-C and DVB-T Jia-Ju Bai (1): media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA value in debiirq() 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/pci/ttpci/av7110.c | 5 +- drivers/media/pci/ttpci/budget-core.c | 11 +- drivers/media/rc/Kconfig | 11 + drivers/media/rc/Makefile | 1 + drivers/media/rc/ir_toy.c | 509 ++++++++++++++++++++++++++++++++++ drivers/media/usb/dvb-usb-v2/dvbsky.c | 8 +- drivers/media/usb/dvb-usb/Kconfig | 1 + drivers/usb/class/cdc-acm.c | 6 + 9 files changed, 556 insertions(+), 9 deletions(-) create mode 100644 drivers/media/rc/ir_toy.c