From: Sean Young Date: Sun, 27 Dec 2020 13:45:02 +0000 (+0000) Subject: USB: cdc-acm: blacklist another IR Droid device X-Git-Tag: v4.14.215~29 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4a5c6297445a545c3352320142854faa62fb23a1;p=users%2Fdwmw2%2Flinux.git USB: cdc-acm: blacklist another IR Droid device commit 0ffc76539e6e8d28114f95ac25c167c37b5191b3 upstream. This device is supported by the IR Toy driver. Reported-by: Georgi Bakalski Signed-off-by: Sean Young Acked-by: Oliver Neukum Cc: stable Link: https://lore.kernel.org/r/20201227134502.4548-2-sean@mess.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index 38f85b0e32ab6..6bfcffa446507 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c @@ -1952,6 +1952,10 @@ static const struct usb_device_id acm_ids[] = { { USB_DEVICE(0x04d8, 0x0083), /* Bootloader mode */ .driver_info = IGNORE_DEVICE, }, + + { USB_DEVICE(0x04d8, 0xf58b), + .driver_info = IGNORE_DEVICE, + }, #endif /*Samsung phone in firmware update mode */