All of lore.kernel.org
 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

* [PATCH 2/2] cdc-acm: blacklist another IR Droid device
  2020-12-27 13:45 [PATCH 1/2] media: ir_toy: add another IR Droid device Sean Young
@ 2020-12-27 13:45 ` Sean Young
  2020-12-28 11:53   ` Oliver Neukum
  2020-12-28 14:24 ` [PATCH 1/2] media: ir_toy: add " Greg Kroah-Hartman
  1 sibling, 1 reply; 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 supported by the IR Toy driver.

Reported-by: Georgi Bakalski <georgi.bakalski@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
---
 drivers/usb/class/cdc-acm.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
index f52f1bc0559f..781905745812 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -1895,6 +1895,10 @@ static const struct usb_device_id acm_ids[] = {
 	{ USB_DEVICE(0x04d8, 0xfd08),
 	.driver_info = IGNORE_DEVICE,
 	},
+
+	{ USB_DEVICE(0x04d8, 0xf58b),
+	.driver_info = IGNORE_DEVICE,
+	},
 #endif
 
 	/*Samsung phone in firmware update mode */
-- 
2.29.2


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

* Re: [PATCH 2/2] cdc-acm: blacklist another IR Droid device
  2020-12-27 13:45 ` [PATCH 2/2] cdc-acm: blacklist " Sean Young
@ 2020-12-28 11:53   ` Oliver Neukum
  0 siblings, 0 replies; 4+ messages in thread
From: Oliver Neukum @ 2020-12-28 11:53 UTC (permalink / raw)
  To: Sean Young, linux-media, Greg Kroah-Hartman, linux-usb; +Cc: Georgi Bakalski

Am Sonntag, den 27.12.2020, 13:45 +0000 schrieb Sean Young:
> This device is supported by the IR Toy driver.
> 
> Reported-by: Georgi Bakalski <georgi.bakalski@gmail.com>
> Signed-off-by: Sean Young <sean@mess.org>
Acked-by: Oliver Neukum <oneukum@suse.com>


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

* Re: [PATCH 1/2] media: ir_toy: add another IR Droid device
  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 14:24 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2020-12-28 14:24 UTC (permalink / raw)
  To: Sean Young; +Cc: linux-media, Oliver Neukum, linux-usb, Georgi Bakalski

On Sun, Dec 27, 2020 at 01:45:01PM +0000, Sean Young wrote:
> 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(+)

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

^ permalink raw reply	[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 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.