Commit 4487e021 authored by Sean Young's avatar Sean Young Committed by Mauro Carvalho Chehab

media: ir_toy: add another IR Droid device

This device is also supported.

Cc: stable@vger.kernel.org
Tested-by: default avatarGeorgi Bakalski <georgi.bakalski@gmail.com>
Reported-by: default avatarGeorgi Bakalski <georgi.bakalski@gmail.com>
Signed-off-by: default avatarSean Young <sean@mess.org>
Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 7371093f
......@@ -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) },
{ }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment