]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] lirc_igorplugusb: add Fit PC2 device ID
authorJarod Wilson <jarod@redhat.com>
Tue, 19 Oct 2010 17:26:01 +0000 (14:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 22 Oct 2010 22:05:37 +0000 (20:05 -0200)
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/lirc/lirc_igorplugusb.c

index 380b8fee9bc20d67d3b54f61f9d7311b4770a622..0dc2c2b22c2bba290e1316482c8f53910bde7982 100644 (file)
@@ -527,6 +527,8 @@ static void igorplugusb_remote_disconnect(struct usb_interface *intf)
 static struct usb_device_id igorplugusb_remote_id_table[] = {
        /* Igor Plug USB (Atmel's Manufact. ID) */
        { USB_DEVICE(0x03eb, 0x0002) },
+       /* Fit PC2 Infrared Adapter */
+       { USB_DEVICE(0x03eb, 0x21fe) },
 
        /* Terminating entry */
        { }