提交 966ea5b8 编写于 作者: J Jarod Wilson 提交者: Mauro Carvalho Chehab

[media] lirc_igorplugusb: add Fit PC2 device ID

Signed-off-by: NJarod Wilson <jarod@redhat.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 d653c0af
...@@ -527,6 +527,8 @@ static void igorplugusb_remote_disconnect(struct usb_interface *intf) ...@@ -527,6 +527,8 @@ static void igorplugusb_remote_disconnect(struct usb_interface *intf)
static struct usb_device_id igorplugusb_remote_id_table[] = { static struct usb_device_id igorplugusb_remote_id_table[] = {
/* Igor Plug USB (Atmel's Manufact. ID) */ /* Igor Plug USB (Atmel's Manufact. ID) */
{ USB_DEVICE(0x03eb, 0x0002) }, { USB_DEVICE(0x03eb, 0x0002) },
/* Fit PC2 Infrared Adapter */
{ USB_DEVICE(0x03eb, 0x21fe) },
/* Terminating entry */ /* Terminating entry */
{ } { }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册