diff mbox series

[2/2] cdc-acm: blacklist another IR Droid device

Message ID 20201227134502.4548-2-sean@mess.org (mailing list archive)
State New, archived
Headers show
Series [1/2] media: ir_toy: add another IR Droid device | expand

Commit Message

Sean Young Dec. 27, 2020, 1:45 p.m. UTC
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(+)

Comments

Oliver Neukum Dec. 28, 2020, 11:53 a.m. UTC | #1
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>
diff mbox series

Patch

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 */