linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] media: ir_toy: add another IR Droid device
@ 2020-12-27 13:45 Sean Young
  2020-12-27 13:45 ` [PATCH 2/2] cdc-acm: blacklist " Sean Young
  2020-12-28 14:24 ` [PATCH 1/2] media: ir_toy: add " Greg Kroah-Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Sean Young @ 2020-12-27 13:45 UTC (permalink / raw)
  To: linux-media, Oliver Neukum, Greg Kroah-Hartman, linux-usb; +Cc: Georgi Bakalski

This device is also supported.

Tested-by: Georgi Bakalski <georgi.bakalski@gmail.com>
Reported-by: Georgi Bakalski <georgi.bakalski@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
---
 drivers/media/rc/ir_toy.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/rc/ir_toy.c b/drivers/media/rc/ir_toy.c
index e0242c9b6aeb..3e729a17b35f 100644
--- a/drivers/media/rc/ir_toy.c
+++ b/drivers/media/rc/ir_toy.c
@@ -491,6 +491,7 @@ static void irtoy_disconnect(struct usb_interface *intf)
 
 static const struct usb_device_id irtoy_table[] = {
 	{ USB_DEVICE_INTERFACE_CLASS(0x04d8, 0xfd08, USB_CLASS_CDC_DATA) },
+	{ USB_DEVICE_INTERFACE_CLASS(0x04d8, 0xf58b, USB_CLASS_CDC_DATA) },
 	{ }
 };
 
-- 
2.29.2


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

end of thread, other threads:[~2020-12-28 14:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 13:45 [PATCH 1/2] media: ir_toy: add another IR Droid device Sean Young
2020-12-27 13:45 ` [PATCH 2/2] cdc-acm: blacklist " Sean Young
2020-12-28 11:53   ` Oliver Neukum
2020-12-28 14:24 ` [PATCH 1/2] media: ir_toy: add " Greg Kroah-Hartman

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).