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 |
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 --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 */
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(+)