All of lore.kernel.org
 help / color / mirror / Atom feed
* [git:media_tree/master] media: ir_toy: add another IR Droid device
@ 2021-01-14 12:44 Mauro Carvalho Chehab
  0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2021-01-14 12:44 UTC (permalink / raw)
  To: linuxtv-commits; +Cc: Sean Young, stable, Georgi Bakalski, Greg Kroah-Hartman

This is an automatic generated email to let you know that the following patch were queued:

Subject: media: ir_toy: add another IR Droid device
Author:  Sean Young <sean@mess.org>
Date:    Sun Dec 27 14:45:01 2020 +0100

This device is also supported.

Cc: stable@vger.kernel.org
Tested-by: Georgi Bakalski <georgi.bakalski@gmail.com>
Reported-by: Georgi Bakalski <georgi.bakalski@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.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) },
 	{ }
 };
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-14 12:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14 12:44 [git:media_tree/master] media: ir_toy: add another IR Droid device Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.