Skip to content

Commit

Permalink
[media] lirc_igorplugusb: add Fit PC2 device ID
Browse files Browse the repository at this point in the history
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Oct 22, 2010
1 parent d653c0a commit 966ea5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/lirc/lirc_igorplugusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
{ }
Expand Down

0 comments on commit 966ea5b

Please sign in to comment.